FindNextStore (Compact 2013)
3/26/2014
This function finds the next store registered in the system.
Syntax
BOOL WINAPI FindNextStore(
HANDLE hSearch,
PSTOREINFO pStoreInfo
);
Parameters
- hSearch
[in] Search handle returned by the FindFirstStore function. When the search handle is no longer needed, close it with the FindCloseStore function.
- pStoreInfo
[in, out] Pointer to a STOREINFO (Storage Manager) structure.
Return Value
TRUE indicates success. FALSE indicates failure. For extended error information, call GetLastError.
Requirements
Header |
storemgr.h |
Library |
storeapi.lib |
See Also
Reference
Storage Manager Functions
FindFirstStore
STOREINFO (Storage Manager)
FindCloseStore