DATATYPES_INFO_1 structure

The DATATYPES_INFO_1 structure contains information about the data type used to record a print job.

Syntax

typedef struct _DATATYPES_INFO_1 {
  LPTSTR pName;
} DATATYPES_INFO_1, *PDATATYPES_INFO_1;

Members

pName

Pointer to a null-terminated string that identifies the data type used to record a print job.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Winspool.h (include Windows.h)
Unicode and ANSI names
_DATATYPES_INFO_1W (Unicode) and _DATATYPES_INFO_1A (ANSI)

See also

Printing

Print Spooler API Structures

EnumPrintProcessorDatatypes