GetStoreInformation

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.

Syntax

BOOL GetStoreInformation(LPSTORE_INFORMATION lpsi);

At a Glance

Header file: Winbase.h
Component: Fsheap
Platforms: H/PC
Versions: 1.0 and later

Parameters

lpsi
Pointer to the STORE_INFORMATION structure to be filled in by this function.

Return Values

Returns TRUE if successful, otherwise FALSE. To get extended error information, call the GetLastError function.

See Also

STORE_INFORMATION