DOCERR: Incorrect Parameters for fnOEMDump Callback Function.

ID: Q151871

The information in this article applies to:

SUMMARY

The Windows 95 DDK documentation for the minidriver callback function fnOEMDump has been incorrectly stated.

MORE INFORMATION

The Help file for the UNITOOL in the \DDK\PRINTER\BIN directory documents the definition of the fnOEMDump callback function as:

   VOID FAR PASCAL fnOEMDump ( LPDV, LPPOINT, WORD )

However, the correct definition for the function is as follows:

   short FAR PASCAL fnOEMDump ( LPDV, LPPOINT, WORD )

The Windows 95 DDK provides the source for a sample printer driver ( BITMAP.DRV ) in the \DDK\PRINTER\SAMPLES\BITMAP that illustrates the use of the above-mentioned function.

Additional query words:

Keywords          : kbDDK kbPrinting 
Version           : 4.00
Platform          : WINDOWS

Last Reviewed: June 26, 1998