Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |