SetPartitionAttributes (Windows CE 5.0)
This function sets the attributes for the partition.
BOOL WINAPI SetPartitionAttributes(HANDLE hPartition,DWORD dwAttrs);
Parameters
- hPartition
[in] Handle to the partition returned from OpenPartition. - dwAttrs
[in] Attributes to set.
Return Values
Returns TRUE if successful, otherwise FALSE.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Storemgr.h
Link Library: Storeapi.lib
See Also
OpenPartition | PD_PARTINFO | Storage Manager Functions
Send Feedback on this topic to the authors