PAR_SET_INFORMATION structure (ntddpar.h)
The PAR_SET_INFORMATION structure specifies the initial operating status of a parallel port.
Syntax
typedef struct _PAR_SET_INFORMATION {
UCHAR Init;
} PAR_SET_INFORMATION, *PPAR_SET_INFORMATION;
Members
Init
Specifies the operating status of the parallel port. Must be set to PARALLEL_INIT.
Remarks
This structure is used with an IOCTL_PAR_SET_INFORMATION request.
Requirements
Requirement | Value |
---|---|
Header | ntddpar.h (include Ntddpar.h) |