FSDMGR_RegisterVolume

This function registers a volume on a disk. It is called by a file system driver (FSD).

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.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 2.10 and later Fsdmgr.h   Fsdmgr.lib

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

FSD_MountDisk

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.