PAR_QUERY_INFORMATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddpar.h

typedef struct _PAR_QUERY_INFORMATION {
  UCHAR Status;
} PAR_QUERY_INFORMATION, *PPAR_QUERY_INFORMATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddpar-_par_query_information)

_PAR_QUERY_INFORMATION structure

Description

The PAR_QUERY_INFORMATION structure specifies the operating status of a parallel port.

Members

Status

Specifies the operating status of a parallel port. The value of Status is a bitwise OR of one or more of the following flags:

PARALLEL_INIT

PARALLEL_AUTOFEED

PARALLEL_PAPER_EMPTY

PARALLEL_OFF_LINE

PARALLEL_POWER_OFF

PARALLEL_NOT_CONNECTED

PARALLEL_BUSY

PARALLEL_SELECTED

Syntax

typedef struct _PAR_QUERY_INFORMATION {
  UCHAR Status;
} PAR_QUERY_INFORMATION, *PPAR_QUERY_INFORMATION;

Remarks

This structure is used with an IOCTL_PAR_QUERY_INFORMATION request.

See also

IOCTL_PAR_SET_INFORMATION

IOCTL_PAR_QUERY_INFORMATION

PAR_SET_INFORMATION