Name
|
Brief
|
Example
|
GetCommState
|
The GetCommState function retrieves the current control settings for a specified communications device.
|
Examples
|
GetCommTimeouts
|
The GetCommTimeouts function retrieves the time-out parameters for all read and write operations on a specified communications device.
|
Examples
|
SetCommState
|
The SetCommState function configures a communications device according to the specifications in a device-control block (a DCB structure). The function reinitializes all hardware and control settings, but it does not empty output or input queues.
|
Examples
|
SetCommTimeouts
|
The SetCommTimeouts function sets the time-out parameters for all read and write operations on a specified communications device.
|
Examples
|