// winsplp.h
typedef struct _DOC_INFO_INTERNAL {
LPTSTR pDocName;
LPTSTR pOutputFile;
LPTSTR pDatatype;
BOOL bLowILJob;
HANDLE hTokenLowIL;
} DOC_INFO_INTERNAL, *PDOC_INFO_INTERNAL, *LPDOC_INFO_INTERNAL;
View the official Windows Driver Kit DDI referenceNo description available.
Describes the DOC_INFO_INTERNAL structure.
pDocNameDefines the LPTSTR member pDocName.
pOutputFileDefines the LPTSTR member pOutputFile.
pDatatypeDefines the LPTSTR member pDatatype.
bLowILJobDefines the BOOL member bLowILJob.
hTokenLowILDefines the HANDLE member hTokenLowIL.