ReactOS 0.4.15-dev-7108-g1cf6ce6
|
#include <mountmgr.h>
Public Attributes | |
ULONG | size |
ULONG | type |
WCHAR | letter |
USHORT | mount_point_offset |
USHORT | device_offset |
Definition at line 18 of file mountmgr.h.
USHORT mountmgr_unix_drive::device_offset |
Definition at line 23 of file mountmgr.h.
WCHAR mountmgr_unix_drive::letter |
Definition at line 21 of file mountmgr.h.
Referenced by get_drive_connection().
USHORT mountmgr_unix_drive::mount_point_offset |
Definition at line 22 of file mountmgr.h.
ULONG mountmgr_unix_drive::size |
Definition at line 19 of file mountmgr.h.
ULONG mountmgr_unix_drive::type |
Definition at line 20 of file mountmgr.h.