GetStoreInformation (Windows CE 5.0)

Send Feedback

This function fills in a STORE_INFORMATION structure with information on storage size, including the amout of free space available.

A remote application interface (RAPI) version of this function exists, and it is named CeGetStoreInformation (RAPI).

Note   This function is deprecated and should no longer be used. Use GetDiskFreeSpaceEx instead.

BOOLGetStoreInformation( LPSTORE_INFORMATIONlpsi );

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 44K for high priority system operations. This function always reports 44K storage memory less then what is really available.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Winbase.h.
Link Library: Coredll.lib.

See Also

CeGetStoreInformation (RAPI) | STORE_INFORMATION

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.