FSDMGR_GetDiskInfo

This function gets disk information.

At a Glance

Header file: Fsdmgr.h
Windows CE versions: 2.10 and later

Syntax

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 WinAPI error code indicates failure.

See Also

FSD_DISK_INFO, FSD_MountDisk