PD_SetPartitionAttrs (Windows CE 5.0)
This function sets the attributes for a given partition.
DWORD PD_SetPartitionAttrs(DWORDdwStoreId, LPCTSTR szPartName, DWORD dwAttr);
Parameters
- dwStoreId
[in] This is returned from a PD_OpenStore call. - szPartName
[in] The name of the new partition to set the attributes for. - dwAttr
[in] Attribute to set.
Return Values
TRUE if the call was successful, FALSE otherwise.
Remarks
Implementation optional.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Partdrv.h.
See Also
Send Feedback on this topic to the authors