Share via


PD_GetPartitionInfo (Compact 2013)

3/26/2014

This function obtains the attributes of the specified partition.

Syntax

DWORD PD_GetPartitionInfo(
  DWORD dwStoreId, 
  LPCTSTR szPartName, 
  PD_PARTINFO* pInfo
);

Parameters

  • dwStoreId
    [in] Handle returned by the PD_OpenStore function.
  • szPartName
    [in] Name of the partition.

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header

partdrv.h

See Also

Reference

Partition Manager Functions
PD_OpenStore
PD_PARTINFO