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 renames a partition on the storage volume.
Syntax
DWORD PD_RenamePartition(
DWORD dwStoreId,
LPCTSTR szOldName,
LPCTSTR szNewName
);
Parameters
- dwStoreId
[in] Handle returned by the PD_OpenStore function.
- szOldName
[in] Old name of the partition.
- szNewName
[in] New name of the partition.
Return Value
TRUE indicates success. FALSE indicates failure.
Requirements
| Header | partdrv.h |
| Windows Embedded CE | Windows CE .NET 4.0 and later |