The GetStoreInformation 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 GetStoreInformation(LPSTORE_INFORMATION lpsi);
Header file: | Winbase.h |
Component: | Fsheap |
Platforms: | H/PC |
Versions: | 1.0 and later |
Returns TRUE if successful, otherwise FALSE. To get extended error information, call the GetLastError function.