次の方法で共有


Serial Port Driver Structures (Windows Embedded CE 6.0)

1/6/2010

The following table shows the Serial Port driver structures.

Programming element Description

DEVICE_LIST

This structure stores information about each serial device that a specified serial device driver can handle.

HW_VTBL

This structure stores function pointers to the functions that serial port drivers must implement.

HWOBJ

This structure describes the characteristics of serial devices.

SERIAL_DEV_STATUS

This structure stores the type of error and the communication status.

SERIAL_QUEUE_SIZES

This structure specifies the size of the input and output queues.

See Also

Other Resources

Serial Port Driver Reference