ReactOS 0.4.16-dev-289-g096a551
|
Public Attributes | |
struct _DEVICE_LIST * | Next |
DWORD | DeviceType |
ULONG | CardIndex |
PVOID | DeviceInstanceData |
ULONG | DeviceInstanceDataSize |
WCHAR | Name [1] |
ULONG _DEVICE_LIST::CardIndex |
Definition at line 21 of file utils.c.
Referenced by AddDeviceToList().
PVOID _DEVICE_LIST::DeviceInstanceData |
Definition at line 22 of file utils.c.
Referenced by AddDeviceToList().
DWORD _DEVICE_LIST::DeviceType |
Definition at line 20 of file utils.c.
Referenced by AddDeviceToList(), and FltpEnumerateFileSystemVolumes().
WCHAR _DEVICE_LIST::Name[1] |
Definition at line 24 of file utils.c.
Referenced by AddDeviceToList().
struct _DEVICE_LIST* _DEVICE_LIST::Next |
Definition at line 19 of file utils.c.
Referenced by AddDeviceToList().