// parallel.h
// CTL_CODE(0x0016, 0x01f, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_INTERNAL_PARCLASS_DISCONNECT 0x0016007C
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_INTERNAL_PARCLASS_DISCONNECT request disconnects a client from a parallel device. After disconnecting from a parallel device, a client must not use any information obtained from a previous IOCTL_INTERNAL_PARCLASS_CONNECT request.
For more information, see Connecting to a Parallel Device.
IRP_MJ_INTERNAL_DEVICE_CONTROL
None.
None.
None.
None.
The Information member is set to zero.
The Status member is set to one of the generic status values returned by internal device control requests for parallel devices.
IOCTL_INTERNAL_PARCLASS_CONNECT