Group: Remote Application Programming (RAPI) - Library: rapi
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.
BOOL CeGetStoreInformation(
LPSTORE_INFORMATION lpsi
);
DECLARE INTEGER CeGetStoreInformation IN rapi;
LONG lpsi
lpsi [out] Pointer to the STORE_INFORMATION structure to be filled in by this function.
TRUE indicates success. FALSE indicates failure.
To get extended error information, call the CeGetLastError function. See also CeGlobalMemoryStatus function.