DOCERR: Parameters for fnOEMGetFontCmdLast reviewed: March 11, 1997Article ID: Q151866 |
4.0
WINDOWS 95
kbprg kbprint kbdocerr
The information in this article applies to:
SUMMARYThe Windows 95 DDK documentation for the minidriver callback function, fnOEMGetFontCmd, has been incorrectly documented.
MORE INFORMATIONThe Help file for the UNITOOL in the \ddk\printer\bin directory documents the definition of the fnOEMGetFontCmd callback function as:
BOOL FAR PASCAL fnOEMGetFontCmd(LPDV lpdv, WORD wCmdCbId, LPFONT lpFont, BOOL fSelect, LPBYTE lpBuf, LPWORD lpwSize);The third parameter is stated incorrectly. LPFONT should actually be LPFONTINFO. The correct definition for the function follows:
BOOL FAR PASCAL fnOEMGetFontCmd(LPDV lpdv, WORD wCmdCbId, LPFONTINFO lpFont, BOOL fSelect, LPBYTE lpBuf, LPWORD lpwSize); |
KBCategory: kbprg kbprint kbdocerr
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |