In windows mobile app (C ++). There are methods of notification about low memory, WM_HIBERNATE
and low power RequestPowerNotifications()
.
Is there a way to get notified when storage space is running low? Or do you want the app to regularly poll with help GetDiskFreeSpaceEx()
?
a source
to share