PD_RenamePartition (Windows CE 5.0)
This function renames a partition on the storage volume.
DWORD PD_RenamePartition(DWORD dwStoreId, LPCTSTR szOldName, LPCTSTR szNewName);
Parameters
- dwStoreId
[in] This is returned from a PD_OpenStore call. - szOldName
[in] Old name of the partition. - szNewName
[in] New name of the partition.
Return Values
TRUE if the call was successful, FALSE otherwise.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Partdrv.h.
See Also
Send Feedback on this topic to the authors