// printoem.h
PFN_DrvWriteAbortBuf PfnDrvwriteabortbuf;
DWORD PfnDrvwriteabortbuf(
PDEVOBJ pdevobj,
PVOID pBuffer,
DWORD cbSize,
DWORD dwWait
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
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.
pdevobjDefines the PDEVOBJ parameter pdevobj.
pBufferDefines the PVOID parameter pBuffer.
cbSizeDefines the DWORD parameter cbSize.
dwWaitDefines the DWORD parameter dwWait.
Returns a DWORD value.