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