Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Other versions of this page are also available for the following:
.gif)
.gif)
8/28/2008
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 |
| Windows Embedded CE | Windows CE .NET 4.0 and later |