BranchOfficeJobData - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// winsplp.h

typedef struct {
  EBranchOfficeJobEventType eEventType;
  DWORD                     JobId;
  union {
    BranchOfficeJobDataPrinted        LogJobPrinted;
    BranchOfficeJobDataRendered       LogJobRendered;
    BranchOfficeJobDataError          LogJobError;
    BranchOfficeJobDataPipelineFailed LogPipelineFailed;
    BranchOfficeLogOfflineFileFull    LogOfflineFileFull;
  } JobInfo;
} BranchOfficeJobData, *PBranchOfficeJobData;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

BranchOfficeJobData structure

Description

This structure contains the type of event to log (eEventType), the job ID, and the data required by the event.

Members

eEventType

Specifies the type of event to be logged.

JobId

Specifies the ID of the job on the client.

JobInfo

JobInfo.LogJobPrinted

Describes the BranchOfficeJobDataPrinted type member LogJobPrinted.

JobInfo.LogJobRendered

Describes the BranchOfficeJobDataRendered type member LogJobRendered.

JobInfo.LogJobError

Describes the BranchOfficeJobDataError type member LogJobError.

JobInfo.LogPipelineFailed

Describes the BranchOfficeJobDataPipelineFailed type member LogPipelineFailed.

JobInfo.LogOfflineFileFull

Describes the BranchOfficeLogOfflineFileFull type member LogOfflineFileFull.