ID: Q151895
The Windows 95 DDK documentation for the minidriver callback function fnOEMDownLoadFontHeader has been incorrectly stated.
The Help file for the minidriver callback states the definition for the fnOEMDownLoadFontHeader as:
void FAR PASCAL fnOEMDownLoadFontHeader ( LPDV, LPFONTINFO, LPWORD,
WORD );
However, the correct definition for the function is:
void FAR PASCAL fnOEMDownLoadFontHeader ( LPDV, LPFONTINFO, WORD );
Additional query words:
Keywords : kbDDK kbPrinting
Version : 4.00
Platform : WINDOWS
Last Reviewed: June 26, 1998