IOCTL_SERIAL_GET_BAUD_RATE IOCTL (ntddser.h)

The IOCTL_SERIAL_GET_BAUD_RATE request returns the baud rate at which the serial port is currently configured to transmit and receive data.

To set the baud rate, a client can use an IOCTL_SERIAL_SET_BAUD_RATE request.

Major code

IRP_MJ_DEVICE_CONTROL

Input buffer

None.

Input buffer length

None.

Output buffer

The AssociatedIrp.SystemBuffer member points to a client-allocated SERIAL_BAUD_RATE structure that the serial controller driver uses to output the baud rate information.

Output buffer length

The Parameters.DeviceIoControl.OutputBufferLength member is set to the size in bytes of a SERIAL_BAUD_RATE structure.

Status block

If the request is successful, the Information member is set to the size in bytes of a SERIAL_BAUD_RATE structure. Otherwise, the Information member is set to zero.

The Status member is set to one of the Generic Status Values for Serial Device Control Requests.

Requirements

Requirement Value
Header ntddser.h (include Ntddser.h)

See also

IOCTL_SERIAL_SET_BAUD_RATE

SERIAL_BAUD_RATE