FindFirstStore (Windows CE 5.0)

Send Feedback

This function finds the first store registered in the system.

HANDLE WINAPI FindFirstStore(PSTOREINFO pStoreInfo);

Parameters

Return Values

Returns a search handle if successful, otherwise returns INVALID_HANDLE_VALUE.

For extended error information, call GetLastError.

Remarks

When the search handle is no longer needed, close it by using the FindCloseStore function.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Storemgr.h
Link Library: Storeapi.lib

See Also

STOREINFO (Storage Manager) | Storage Manager Functions | FindNextStore | FindCloseStore

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.