共用方式為


BranchOfficeJobData 結構 (winsplp.h)

此結構包含要記錄的事件類型(eEventType)、作業標識碼,以及事件所需的數據。

語法

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

成員

eEventType

指定要記錄的事件類型。

JobId

指定客戶端上作業的識別碼。

JobInfo

JobInfo.LogJobPrinted

描述 LogJobPrinted LogJobPrinted 類型成員 BranchOfficeJobDataPrinted 。

JobInfo.LogJobRendered

描述 BranchOfficeJobDataRendered 類型成員 LogJobRendered

JobInfo.LogJobError

描述logJobError LogJobErrorBranchOfficeJobDataError 類型成員。

JobInfo.LogPipelineFailed

描述 BranchOfficeJobDataPipelineFailed 類型成員 LogPipelineFailed

JobInfo.LogOfflineFileFull

描述 BranchOfficeLogOfflineFileFull 類型成員 LogOfflineFileFull

要求

要求 價值
標頭 winsplp.h