// ntddser.h
// CTL_CODE(0x001b, 0x020, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_SERIAL_CONFIG_SIZE 0x001B0080
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_SERIAL_CONFIG_SIZE request returns information about configuration size.
Serial.sys always returns a configuration size of zero.
This request is obsolete and should not be used by new drivers for Microsoft Windows 2000 and later.
None.
None.
The AssociatedIrp.SystemBuffer member points to a client-allocated ULONG buffer that Serial.sys uses to output configuration size information.
The Parameters.DeviceIoControl.OutputBufferLength is set to the size in bytes of a ULONG.
The Information member is set to the size in bytes of a ULONG.
The Status member is set to one of the Generic Status Values for Serial Device Control Requests.