Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/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 |
See Also
Reference
Storage Manager Functions
FindFirstStore
STOREINFO (Storage Manager)
FindCloseStore