FSDMGR_RegisterVolume (Windows CE 5.0)

Send Feedback

This function registers a volume on a disk. It is called by an FSD.

HVOL FSDMGR_RegisterVolume( HDSKhDsk,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 an FSD.

Return Values

The volume identifier indicates success. NULL indicates failure.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Fsdmgr.h.
Link Library: Fsdmgr.lib.

See Also

FSD_MountDisk

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.