Share via


PD_GetStoreInfo (Windows CE 5.0)

Send Feedback

This function gets the storage volume information from the partition driver.

DWORD PD_GetStoreInfo(DWORDdwStoreId,PD_STOREINFO* pInfo);

Parameters

  • dwStoreId
    [in] This is the handle returned from a PD_OpenStore call.
  • pInfo
    [in, out] The partition driver fills in the PD_PARTINFO structure.

Return Values

TRUE if the call was successful, FALSE otherwise.

Requirements

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

See Also

PD_OpenStore | PD_PARTINFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.