Struttura BranchOfficeJobData (winsplp.h)
Questa struttura contiene il tipo di evento da registrare (eEventType), l'ID processo e i dati richiesti dall'evento.
Sintassi
typedef struct {
EBranchOfficeJobEventType eEventType;
DWORD JobId;
union {
BranchOfficeJobDataPrinted LogJobPrinted;
BranchOfficeJobDataRendered LogJobRendered;
BranchOfficeJobDataError LogJobError;
BranchOfficeJobDataPipelineFailed LogPipelineFailed;
BranchOfficeLogOfflineFileFull LogOfflineFileFull;
} JobInfo;
} BranchOfficeJobData, *PBranchOfficeJobData;
Members
eEventType
Specifica il tipo di evento da registrare.
JobId
Specifica l'ID del processo nel client.
JobInfo
JobInfo.LogJobPrinted
Descrive il membro del tipo BranchOfficeJobDataPrinted LogJobPrinted.
JobInfo.LogJobRendered
Descrive il membro del tipo BranchOfficeJobDataRendered LogJobRendered.
JobInfo.LogJobError
Descrive il membro del tipo BranchOfficeJobDataError LogJobError.
JobInfo.LogPipelineFailed
Descrive il membro del tipo BranchOfficeJobDataPipelineFailedLogPipelineFailed.
JobInfo.LogOfflineFileFull
Descrive il membro del tipo BranchOfficeLogOfflineFileFull LogOfflineFileFull.
Requisiti
Requisito | Valore |
---|---|
Intestazione | winsplp.h |