BranchOfficeJobDataRendered structure (winsplp.h)
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.
Syntax
typedef struct {
LONGLONG Size;
DWORD ICMMethod;
short Color;
short PrintQuality;
short YResolution;
short Copies;
short TTOption;
} BranchOfficeJobDataRendered, *PBranchOfficeJobDataRendered;
Members
Size
Specifies the 64-bit size of the job.
ICMMethod
Describes the DWORD type member ICMMethod.
Color
Describes the short type member Color.
PrintQuality
Describes the short type member PrintQuality.
YResolution
Describes the short type member YResolution.
Copies
Describes the short type member Copies.
TTOption
Describes the short type member TTOption.
Requirements
Requirement | Value |
---|---|
Header | winsplp.h |