OEMStartDoc - NtDoc

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

BOOL OEMStartDoc(
       SURFOBJ *pso,
  [in] PWSTR   pwszDocName,
       DWORD   dwJobId
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-printoem-oemstartdoc)

Description

The OEMStartDoc function is called by GDI when it is ready to start sending a document to the driver for rendering.

Parameters

pso

Defines the SURFOBJ parameter pso.

pwszDocName [in]

Defines the PWSTR parameter pwszDocName.

dwJobId

Defines the DWORD parameter dwJobId.

Return value

Returns a BOOL value.