次の方法で共有


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

LogJobPrinted BranchOfficeJobDataPrinted 型メンバー について説明します。

JobInfo.LogJobRendered

LogJobRendered BranchOfficeJobDataRendered 型メンバー について説明します。

JobInfo.LogJobError

LogJobError BranchOfficeJobDataError 型メンバーについて説明します。

JobInfo.LogPipelineFailed

BranchOfficeJobDataPipelineFailed 型メンバー LogPipelineFailedについて説明します。

JobInfo.LogOfflineFileFull

BranchOfficeLogOfflineFileFull 型メンバー LogOfflineFileFullについて説明します。

必要条件

要件 価値
ヘッダー winsplp.h