// ntddpar.h
typedef struct _PAR_SET_INFORMATION {
UCHAR Init;
} PAR_SET_INFORMATION, *PPAR_SET_INFORMATION;
View the official Windows Driver Kit DDI referenceNo description available.
The PAR_SET_INFORMATION structure specifies the initial operating status of a parallel port.
InitSpecifies the operating status of the parallel port. Must be set to PARALLEL_INIT.
typedef struct _PAR_SET_INFORMATION {
UCHAR Init;
} PAR_SET_INFORMATION, *PPAR_SET_INFORMATION;
This structure is used with an IOCTL_PAR_SET_INFORMATION request.