The DATATYPES_INFO_1 structure contains information about the data type used to record a print job.
typedef struct _DATATYPES_INFO_1 {
LPTSTR pName;
} DATATYPES_INFO_1;
Members
pName
Points to a null-terminated string that identifies the data type used to record a print job.
See Also