Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.03 KB

CeGetStoreInformation.md

File metadata and controls

47 lines (31 loc) · 1.03 KB

Home

Function name : CeGetStoreInformation

Group: Remote Application Programming (RAPI) - Library: 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.


Code examples:

Pocket PC: base class

Declaration:

BOOL CeGetStoreInformation(
  LPSTORE_INFORMATION lpsi
);  

FoxPro declaration:

DECLARE INTEGER CeGetStoreInformation IN rapi;
	LONG 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.


Comments:

To get extended error information, call the CeGetLastError function. See also CeGlobalMemoryStatus function.