// winsplp.h
typedef struct {
LPWSTR pDocumentName;
LPWSTR pPrinterName;
LPWSTR pExtraErrorInfo;
} BranchOfficeJobDataPipelineFailed, *PBranchOfficeJobDataPipelineFailed;
View the official Windows Driver Kit DDI referenceNo description available.
Contains the necessary data for logging a branch office job Pipeline Rendering Failed event on a remote server. This is based on standard job-related data available to the spooler.
pDocumentNameSpecifies the name of the print document.
pPrinterNameSpecifies the print connection.
pExtraErrorInfoSpecifies the name of the client machine printing the job.