BranchOfficeJobDataRendered - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-winsplp-branchofficejobdatarendered)

BranchOfficeJobDataRendered structure

Description

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.

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.