Share via


FindFirstStore

This function finds the first store registered in the system.

HANDLE WINAPI FindFirstStore(
  PSTOREINFO pStoreInfo
);

Parameters

  • pStoreInfo
    [in, out] Pointer to a STOREINFO structure.

Return Values

Returns a search handle if successful, otherwise returns INVALID_HANDLE_VALUE.

The error code is ERROR_NO_MORE_ITEMS.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Storemgr.h.

See Also

STOREINFO

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.