DOCERR: Parameters for FnOEMDownloadFontHeader Incorrect

ID: Q151895

The information in this article applies to:

SUMMARY

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

More Information

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