PFN_DrvWriteAbortBuf - NtDoc

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

PFN_DrvWriteAbortBuf PfnDrvwriteabortbuf;

DWORD PfnDrvwriteabortbuf(
  PDEVOBJ pdevobj,
  PVOID pBuffer,
  DWORD cbSize,
  DWORD dwWait
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-printoem-pfn_drvwriteabortbuf)

Description

The DrvWriteAbortBuf function is obsolete.

Windows 2000 and later Unidrv render plug-ins should use IPrintOemDriverUni::DrvWriteAbortBuf.

This function pointer prototype defines the type of the DrvWriteAbortBuf member of the DRVPROCS structure.

Parameters

pdevobj

Defines the PDEVOBJ parameter pdevobj.

pBuffer

Defines the PVOID parameter pBuffer.

cbSize

Defines the DWORD parameter cbSize.

dwWait

Defines the DWORD parameter dwWait.

Return value

Returns a DWORD value.