// printoem.h
BOOL OEMStartDoc(
SURFOBJ *pso,
[in] PWSTR pwszDocName,
DWORD dwJobId
);
View the official Windows Driver Kit DDI referenceNo description available.
The OEMStartDoc function is called by GDI when it is ready to start sending a document to the driver for rendering.
psoDefines the SURFOBJ parameter pso.
pwszDocName [in]Defines the PWSTR parameter pwszDocName.
dwJobIdDefines the DWORD parameter dwJobId.
Returns a BOOL value.