LogJobInfoForBranchOffice - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// winsplp.h

DWORD LogJobInfoForBranchOffice(
  [in] HANDLE                        hPrinter,
  [in] PBranchOfficeJobDataContainer pJobDataContainer
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-winsplp-logjobinfoforbranchoffice)

LogJobInfoForBranchOffice function

Description

Allows Branch Office clients to send job events to the host print server.

Parameters

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.

Return value

Indicates success or failure.