Share via


GetStoreInformation

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.

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

BOOL GetStoreInformation( 
LPSTORE_INFORMATION lpsi );

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

Requirements

Runs On Versions Defined in Include Link to
Windows CE OS 1.0 and later Winbase.h   Coredll.lib

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

CeGetStoreInformation, GetLastError, STORE_INFORMATION

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.