Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors