FSDMGR_GetDiskInfo (Windows CE 5.0)

Send Feedback

This function gets disk information. It is called by an FSD.

DWORD FSDMGR_GetDiskInfo( HDSKhDsk,PFDI pfdi);

Parameters

  • hDsk
    [in] Handle to the disk; this is the same value that was passed to FSD_MountDisk. This handle is not a true Win32 handle.
  • pfdi
    [out] Pointer to the FSD_DISK_INFO structure to be filled in.

Return Values

ERROR_SUCCESS indicates the FSD_DISK_INFO structure was successfully filled in. A standard Windows API error code indicates failure.

Requirements

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

See Also

FSD_MountDisk | FSD_DISK_INFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.