ReactOS 0.4.15-dev-7953-g1f49173
_DEVICE_LIST Struct Reference
Collaboration diagram for _DEVICE_LIST:

Public Attributes

struct _DEVICE_LISTNext
 
DWORD DeviceType
 
ULONG CardIndex
 
PVOID DeviceInstanceData
 
ULONG DeviceInstanceDataSize
 
WCHAR Name [1]
 

Detailed Description

Definition at line 17 of file utils.c.

Member Data Documentation

◆ CardIndex

ULONG _DEVICE_LIST::CardIndex

Definition at line 21 of file utils.c.

Referenced by AddDeviceToList().

◆ DeviceInstanceData

PVOID _DEVICE_LIST::DeviceInstanceData

Definition at line 22 of file utils.c.

Referenced by AddDeviceToList().

◆ DeviceInstanceDataSize

ULONG _DEVICE_LIST::DeviceInstanceDataSize

Definition at line 23 of file utils.c.

◆ DeviceType

DWORD _DEVICE_LIST::DeviceType

Definition at line 20 of file utils.c.

Referenced by AddDeviceToList(), and FltpEnumerateFileSystemVolumes().

◆ Name

WCHAR _DEVICE_LIST::Name[1]

Definition at line 24 of file utils.c.

Referenced by AddDeviceToList().

◆ Next

struct _DEVICE_LIST* _DEVICE_LIST::Next

Definition at line 19 of file utils.c.

Referenced by AddDeviceToList().


The documentation for this struct was generated from the following file: