CeGetStoreInformation (RAPI)

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.

CeGetStoreInformation is a remote application interface (RAPI), which enables an application running on a desktop computer to make function calls on a Windows CE–based device.

BOOL CeGetStoreInformation( 
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 CeGetLastError 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.

Upon a RAPI-related failure, the return value is FALSE.

When working with RAPI for Windows CE versions 1.0 and 1.01, use the PegGetStoreInformation function.

For more information about using RAPI functions, see Invoking Functions from a Desktop Computer.

Requirements

Runs On Versions Defined in Include Link to
Windows CE OS 2.0 and later Rapi.h    

See Also

CeGetLastError, STORE_INFORMATION

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.