次の方法で共有


DEVICE_LIST (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

Serial Port Driver Structures
HWOBJ