FormatVolumeEx (Windows Embedded CE 6.0)
1/6/2010
CreateFile
FORMAT_PARAMS
DISK_INFO
This function formats a volume.
DWORD FormatVolumeEx( HANDLE hVolume, PFORMAT_PARAMS pfp, );
- hVolume
-
[in] Handle to a disk or partition. Call CreateFile to obtain a handle to the volume.
- pfp
-
[in, out] Pointer to a FORMAT_PARAMS structure used to pass in parameters and receive results of the the format.
Reference
FAT Utility Library FunctionsCreateFile
FORMAT_PARAMS
Other Resources
DeviceIoControlDISK_INFO