FSD_MountDisk

This function is called by the device manager to mount the specified disk containing a file system of the type defined.

BOOL FSD_MountDisk( 
HDSK hdsk);

Parameters

  • hdsk
    [in] Handle to the disk, though not a true Win32 handle.

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

The FSD must be able to cope with FSD_MountDisk being called redundantly. It must determine from the media itself, not the value of hdsk, ** whether the disk is already mounted. This is required because the user media may have been removed or may have changed slots while the system was powered off. The value of hdsk has meaning only to FSDMGR functions, not to the FSD.

Use the FSDMGR_ReadDisk and FSDMGR_WriteDisk_ functions for all input/output to the mounted disk.

Requirements

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

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_UnmountDisk, FSDMGR_ReadDisk, FSDMGR_WriteDisk_, MyFSD_MountDisk

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.