PFN_DrvWriteAbortBuf callback function (printoem.h)

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.

Syntax

PFN_DrvWriteAbortBuf PfnDrvwriteabortbuf;

DWORD PfnDrvwriteabortbuf(
  PDEVOBJ pdevobj,
  PVOID pBuffer,
  DWORD cbSize,
  DWORD dwWait
)
{...}

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.

Requirements

Requirement Value
Target Platform Windows
Header printoem.h (include Printoem.h)