Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A version of this page is also available for
4/8/2010
This function fills in a STORE_INFORMATION structure with information on storage size, including the amount of free space available.
A Remote API version of this function exists called CeGetStoreInformation (RAPI).
Note
This function is obsolete and should no longer be used. Use GetDiskFreeSpaceEx instead.
Syntax
BOOL GetStoreInformation(
LPSTORE_INFORMATION lpsi
);
Parameters
- lpsi
[out] Pointer to the STORE_INFORMATION structure to be filled in by this function.
Return Value
TRUE indicates success. FALSE indicates failure. To get extended error information, call GetLastError.
Remarks
The system reserves that last 44 KB for high-priority system operations. This function always reports 44 KB of storage memory less than what is really available.
Requirements
| Header | winbase.h |
| Library | coredll.lib |
| Windows Embedded CE | Windows CE 1.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |