FindFirstStore (Windows CE 5.0)
This function finds the first store registered in the system.
HANDLE WINAPI FindFirstStore(PSTOREINFO pStoreInfo);
Parameters
- pStoreInfo
[in, out] Pointer to a STOREINFO (Storage Manager) structure.
Return Values
Returns a search handle if successful, otherwise returns INVALID_HANDLE_VALUE.
For extended error information, call GetLastError.
Remarks
When the search handle is no longer needed, close it by using the FindCloseStore function.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Storemgr.h
Link Library: Storeapi.lib
See Also
STOREINFO (Storage Manager) | Storage Manager Functions | FindNextStore | FindCloseStore
Send Feedback on this topic to the authors