DOC_INFO_INTERNAL - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-winsplp-doc_info_internal)

Description

Describes the DOC_INFO_INTERNAL structure.

Members

pDocName

Defines the LPTSTR member pDocName.

pOutputFile

Defines the LPTSTR member pOutputFile.

pDatatype

Defines the LPTSTR member pDatatype.

bLowILJob

Defines the BOOL member bLowILJob.

hTokenLowIL

Defines the HANDLE member hTokenLowIL.

Remarks

See also