// winsplp.h
DWORD LogJobInfoForBranchOffice(
[in] HANDLE hPrinter,
[in] PBranchOfficeJobDataContainer pJobDataContainer
);
View the official Windows Driver Kit DDI referenceNo description available.
Allows Branch Office clients to send job events to the host print server.
hPrinter [in]Specifies a handle to the CSR printer.
pJobDataContainer [in]Specifies a pointer to an array of BranchOfficeJobData structures, containing the events to be logged.
Indicates success or failure.