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