// ntddpar.h
typedef struct _PAR_QUERY_INFORMATION {
UCHAR Status;
} PAR_QUERY_INFORMATION, *PPAR_QUERY_INFORMATION;
View the official Windows Driver Kit DDI referenceNo description available.
The PAR_QUERY_INFORMATION structure specifies the operating status of a parallel port.
StatusSpecifies the operating status of a parallel port. The value of Status is a bitwise OR of one or more of the following flags:
typedef struct _PAR_QUERY_INFORMATION {
UCHAR Status;
} PAR_QUERY_INFORMATION, *PPAR_QUERY_INFORMATION;
This structure is used with an IOCTL_PAR_QUERY_INFORMATION request.