Share via


PD_SetPartitionAttrs (Compact 2013)

3/26/2014

This function sets the attributes of the specified partition.

Syntax

DWORD PD_SetPartitionAttrs(
  DWORD dwStoreId, 
  LPCTSTR szPartName, 
  DWORD dwAttr
);

Parameters

  • dwStoreId
    [in] Handle returned by the PD_OpenStore function.
  • szPartName
    [in] Name of the new partition.
  • dwAttr
    [in] Attribute to set.

Return Value

TRUE indicates success. FALSE indicates failure.

Remarks

Implementation of this function is optional.

Requirements

Header

partdrv.h

See Also

Reference

Partition Manager Functions
PD_OpenStore