BranchOfficeJobData 结构 (winsplp.h)

此结构包含要记录 (eEventType) 的事件类型、作业 ID 以及事件所需的数据。

语法

typedef struct {
  EBranchOfficeJobEventType eEventType;
  DWORD                     JobId;
  union {
    BranchOfficeJobDataPrinted        LogJobPrinted;
    BranchOfficeJobDataRendered       LogJobRendered;
    BranchOfficeJobDataError          LogJobError;
    BranchOfficeJobDataPipelineFailed LogPipelineFailed;
    BranchOfficeLogOfflineFileFull    LogOfflineFileFull;
  } JobInfo;
} BranchOfficeJobData, *PBranchOfficeJobData;

成员

eEventType

指定要记录的事件的类型。

JobId

指定客户端上作业的 ID。

JobInfo

JobInfo.LogJobPrinted

介绍 BranchOfficeJobDataPrinted 类型成员 LogJobPrinted

JobInfo.LogJobRendered

介绍 BranchOfficeJobDataRendered 类型成员 LogJobRendered

JobInfo.LogJobError

介绍 BranchOfficeJobDataError 类型成员 LogJobError

JobInfo.LogPipelineFailed

介绍 BranchOfficeJobDataPipelineFailed 类型成员 LogPipelineFailed

JobInfo.LogOfflineFileFull

介绍 BranchOfficeLogOfflineFileFull 类型成员 LogOfflineFileFull

要求

要求
Header winsplp.h