typedef struct _DOC_INFO_1 {
LPTSTR pDocName;
LPTSTR pOutputFile;
LPTSTR pDatatype;
} DOC_INFO_1, *PDOC_INFO_1, *LPDOC_INFO_1;
This structure is used on the StartDocPrinter function. It specifies the Name, Output File, and Datatype of the Document.
pDocName
This value specifies the Name of the Document.
pOutputFile
This value specifies the name of the Output file that this Document should be sent to.
pDatatype
This value specifies the Datatype that this Document is in.