PAR_SET_INFORMATION - NtDoc

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

typedef struct _PAR_SET_INFORMATION {
  UCHAR Init;
} PAR_SET_INFORMATION, *PPAR_SET_INFORMATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_PAR_SET_INFORMATION structure

Description

The PAR_SET_INFORMATION structure specifies the initial operating status of a parallel port.

Members

Init

Specifies the operating status of the parallel port. Must be set to PARALLEL_INIT.

Syntax

typedef struct _PAR_SET_INFORMATION {
  UCHAR Init;
} PAR_SET_INFORMATION, *PPAR_SET_INFORMATION;

Remarks

This structure is used with an IOCTL_PAR_SET_INFORMATION request.

See also

IOCTL_PAR_SET_INFORMATION

PAR_QUERY_INFORMATION

IOCTL_PAR_QUERY_INFORMATION