 |
CeGetStoreInformation ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
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: |
 |
|
|
 |
 |
| 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. |
 |
 |
| My comment: |
 |
To get extended error information, call the CeGetLastError function. See also CeGlobalMemoryStatus function.
|
 |
 |
| Word Index links for the CeGetStoreInformation : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-06-20 13:28:54 | | Modified: | 2004-06-25 11:24:44 | Visited in last 7 days: 10 |