FindNextStore
This function finds the next store registered in the system.
BOOL WINAPI FindNextStore(
HANDLE hSearch,
PSTOREINFO pStoreInfo
);
Parameters
- hSearch
[in] Handle returned from FindFirstStore. - pStoreInfo
[in, out] Pointer to a STOREINFO structure.
Return Values
Returns TRUE if successful, otherwise FALSE.
The error code is ERROR_NO_MORE_ITEMS.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Storemgr.h.
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.