Share via


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에 대해 설명합니다.

요구 사항

요구 사항
헤더 winsplp.h