DOCERR: Parameters for FnOEMDownloadFontHeader Incorrect

ID: Q151895


The information in this article applies to:
  • Microsoft Windows 95 Driver Development Kit (DDK)


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 : Win95:
Platform : Win95
Issue type :


Last Reviewed: October 13, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.