Share via


GetStoreInfo (Windows CE 5.0)

Send Feedback

This function gets information about the store.

BOOL WINAPI GetStoreInfo(HANDLE hStore,PSTOREINFO pStoreInfo);

Parameters

Return Values

Returns TRUE if successful, otherwise FALSE.

If the cbSize member of the STOREINFO structure is not set correctly, this function returns an error that indicates an invalid parameter. cbSize must be set to sizeof(STOREINFO).

Requirements

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

See Also

OpenStore | STOREINFO (Storage Manager) | Storage Manager Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.