Available Memory and Free Disk Space in CF 1.0
Mobile
3
Posts
2
Posters
0
Views
1
Watching
-
Ciao, is there any managed class or unmanaged API I can call to know the available memory and disk space on a WinCE device (CF 1.0 ) Thanks in Advance Ciao Marco
;)
-
Ciao, is there any managed class or unmanaged API I can call to know the available memory and disk space on a WinCE device (CF 1.0 ) Thanks in Advance Ciao Marco
;)
-
Howdy, I'm not sure about managed (.net) functions but the following unmanaged (C/C++) functions may be of interest to you: Memory: GlobalMemoryStatus Disk: GetDiskFreeSpaceEx These maybe useful as well: GetStoreInfo CeGetVolumeInfo (CE 5.0 only)
GRAZIE !!
;)