2.2.1.15.6 RPC_BranchOfficeJobDataRendered

The RPC_BranchOfficeJobDataRendered structure holds a single Branch Office Print Remote Log Entry (section 3.1.1).<89> This entry contains the information needed to create event ID 805 in the Microsoft-Windows-PrintService/Operational event channel.

 typedef struct {
   LONGLONG Size;
   DWORD ICMMethod;
   short Color;
   short PrintQuality;
   short YResolution;
   short Copies;
   short TTOption;
 } RPC_BranchOfficeJobDataRendered;

Size: A 64-bit signed integer that specifies the size of the print job, in bytes.

ICMMethod: A 32-bit unsigned integer that specifies how Image Color Management (ICM) is handled for the print job. See the definition of the dmICMMethod field in section 2.2.2.1.

Color: A 16-bit signed integer that specifies the color mode to use for the print job. See the definition of the dmColor field in section 2.2.2.1.

PrintQuality: A 16-bit signed integer that specifies the printer resolution for the print job. See the definition of the dmPrintQuality field in section 2.2.2.1.

YResolution: A 16-bit signed integer that specifies the vertical-resolution in dots per inch for the print job. See the definition of the dmYResolution field in section 2.2.2.1.

Copies: A 16-bit signed integer that specifies the number of copies to be printed for the print job. See the definition of the dmCopies field in section 2.2.2.1.

TTOption: A 16-bit signed integer that specifies how TrueType fonts are printed for the print job. See the definition of the dmTTOption field in section 2.2.2.1.