FindNextStore (Windows Embedded CE 6.0)

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.

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