Share via


GetStoreInfo

This function gets information about the store.

BOOL WINAPI GetStoreInfo(
  HANDLE hStore,
  PSTOREINFO pStoreInfo
);

Parameters

  • hStore
    [in] Handle to the store returned from OpenStore.
  • pStoreInfo
    [in, out] Pointer to a STOREINFO structure.

Return Values

Returns TRUE if successful, otherwise FALSE.

Requirements

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

See Also

OpenStore | STOREINFO

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.