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
描述 BranchOfficeJobDataPrinted 類型成員 LogJobPrinted。
JobInfo.LogJobRendered
描述 BranchOfficeJobDataRendered 類型成員 LogJobRendered。
JobInfo.LogJobError
描述 BranchOfficeJobDataError 類型成員 LogJobError。
JobInfo.LogPipelineFailed
描述 BranchOfficeJobDataPipelineFailed 類型成員 LogPipelineFailed。
JobInfo.LogOfflineFileFull
描述 BranchOfficeLogOfflineFileFull 類型成員 LogOfflineFileFull。
規格需求
需求 | 值 |
---|---|
標頭 | winsplp.h |