This function fills in a STORE_INFORMATION structure with the size of the object store and the amount of free space currently in the object store.
A remote application interface (RAPI) version of this function exists, and it is named CeGetStoreInformation.
At a Glance
Header file: | Winbase.h |
Windows CE versions: | 1.0 and later |
Syntax
BOOL GetStoreInformation( LPSTORE_INFORMATION lpsi );
Parameters
lpsi
[out] Pointer to the STORE_INFORMATION structure to be filled in by this function.
Return Values
TRUE indicates success. FALSE indicates failure. To get extended error information, call the GetLastError function.
Remarks
The system reserves that last 24K for high priority system operations. This function always reports 24K storage memory less then what is really available.
See Also