In a native(c++) windows mobile app. There are ways to be notified of low memory, WM_HIBERNATE
, and low power, RequestPowerNotifications()
.
在本机(c ++)Windows移动应用程序中。有很多方法可以通知低内存,WM_HIBERNATE和低功耗,RequestPowerNotifications()。
Is there any way to be notified when storage space is running low? Or must an app just poll regularly with GetDiskFreeSpaceEx()
?
当存储空间不足时,有没有办法通知?或者应用程序必须定期使用GetDiskFreeSpaceEx()进行轮询?
1 个解决方案
#1
No, there are no system notifications for storage space.
不,没有存储空间的系统通知。
#1
No, there are no system notifications for storage space.
不,没有存储空间的系统通知。