The information in this article applies to:
SUMMARYThe following describes a documentation error for the SelectObject function call as listed in the 32-bit edition of Visual Basic version 4.0 WIN32API.TXT file used by the Application Programming Interface (API) Viewer:
Attempting to use this function as documented results in the following
(error 453) error message:
STATUSThis documentation error was fixed in Visual Basic 5.0. MORE INFORMATIONThe SelectObject function is incorrectly documented as existing in the USER32.DLL file. This function is a Graphics Device Interface function and is therefore in the GDI32.DLL file. The correct declaration is as follows:
You can also change the statement in the file win32api.txt so the next time
you use the API Text Viewer, the Declare statement will be correct.
Additional query words: kbVBp400 kbAPI kbDSupport kbdsd kbtoolkit
Keywords : kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |