// winsplp.h
typedef struct {
LONGLONG Size;
DWORD ICMMethod;
short Color;
short PrintQuality;
short YResolution;
short Copies;
short TTOption;
} BranchOfficeJobDataRendered, *PBranchOfficeJobDataRendered;
View the official Windows Driver Kit DDI referenceNo description available.
Contains the necessary data for logging a branch office job Pipeline Rendering Event on a remote server. This is based on job-related data available to the spooler.
SizeSpecifies the 64-bit size of the job.
ICMMethodDescribes the DWORD type member ICMMethod.
ColorDescribes the short type member Color.
PrintQualityDescribes the short type member PrintQuality.
YResolutionDescribes the short type member YResolution.
CopiesDescribes the short type member Copies.
TTOptionDescribes the short type member TTOption.