Determining Available Disk Space (Windows CE 5.0)
Memory is usually at a premium on a Windows CE–based device. Use the GetDiskFreeSpaceEx function to retrieve information about a file system partition, including total bytes and free bytes available. GetDiskFreeSpaceEx works on any file system, including installed file systems. You can also use the GetStoreInformation function to determine the current size of the object store and how much free memory is available in the object store.
See Also
Send Feedback on this topic to the authors