This function registers a volume on a disk.
At a Glance
Header file: | Fsdmgr.h |
Windows CE versions: | 2.10 and later |
Syntax
HVOL FSDMGR_RegisterVolume( HDSK hDsk, PWSTR pwsName, PVOLUME pVolume );
Parameters
hDsk
[in] Handle to the disk; this is the same value passed to FSD_MountDisk. This handle is not a true Win32 handle.
pwsName
[in] Pointer to the string that contains the volume name. Use NULL for the default name.
pVolume
[out] Pointer to the volume-specific data defined by the file system driver (FSD).
Return Values
The volume identifier indicates success. NULL indicates failure.
See Also