Monitor storage space on Windows mobile devices

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()

?

0


a source to share


1 answer


No, there are no system notifications for the storage location.



+2


a source







All Articles