GetStoreInfo (Windows CE 5.0)
This function gets information about the store.
BOOL WINAPI GetStoreInfo(HANDLE hStore,PSTOREINFO pStoreInfo);
Parameters
- hStore
[in] Handle to the store returned from OpenStore. - pStoreInfo
[in, out] Pointer to a STOREINFO (Storage Manager) structure.
Return Values
Returns TRUE if successful, otherwise FALSE.
If the cbSize member of the STOREINFO structure is not set correctly, this function returns an error that indicates an invalid parameter. cbSize must be set to sizeof(STOREINFO).
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Storemgr.h
Link Library: Storeapi.lib
See Also
OpenStore | STOREINFO (Storage Manager) | Storage Manager Functions
Send Feedback on this topic to the authors