DEVICE_LIST (Windows CE 5.0)
This structure stores information about each serial device that can be handled by a particular serial device driver.
typedef struct __DEVICE_LIST {LPSTRDllName;ULONGNumberOfDevices;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
OS Versions: Windows CE 1.0 and later.
Header: Serhw.h.
See Also
Send Feedback on this topic to the authors