FSDMGR_GetDiskInfo
This function gets disk information. It is called by the FSD.
DWORD FSDMGR_GetDiskInfo(
HDSK hDsk,
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
Last updated on Friday, April 09, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.