// winsplp.h
typedef struct {
DWORD Status;
LPWSTR pDocumentName;
LPWSTR pUserName;
LPWSTR pMachineName;
LPWSTR pPrinterName;
LPWSTR pPortName;
LONGLONG Size;
DWORD TotalPages;
} BranchOfficeJobDataPrinted, *PBranchOfficeJobDataPrinted;
View the official Windows Driver Kit DDI referenceNo description available.
Contains the necessary data for logging a branch office job completed event on a remote server. This is based on standard job-related data available to the spooler.
StatusSpecifies the current status, or the failure code for a JOB_ERROR event.
pDocumentNameSpecifies the name of the printed document.
pUserNameSpecifies the user who submitted the job.
pMachineNameSpecifies the name of the client machine printing the job
pPrinterNameSpecifies the name of the print connection.
pPortNameSpecifies the name of the port the job printed on.
SizeSpecifies the 64-bit size of the job.
TotalPagesSpecifies the total number of pages in the job.