FindNextStore
A version of this page is also available for
4/8/2010
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 |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
Storage Manager Functions
FindFirstStore
STOREINFO (Storage Manager)
FindCloseStore