DEVICE_LIST (Compact 2013)
3/26/2014
This structure stores information about each serial device that can be handled by a particular serial device driver.
Syntax
typedef struct __DEVICE_LIST {
LPSTR DllName;
ULONG NumberOfDevices;
PHWOBJ* DeviceArray;
} DEVICE_LIST, *PDEVICE_LIST;
Members
- DllName
Specifies the name of the DLL that contains the lower layer associated with a serial device driver.
- NumberOfDevices
Specifies the number of serial devices that can be managed by the device driver named in DllName.
- DeviceArray
Specifies an array of HWOBJ structures, each of which describes a serial device.
Requirements
Header |
serhw.h |