The information in this article applies to:
SUMMARYThe SQLDLL file in the Software/Data Library shows how to place the error and message handlers in a dynamic-link library (DLL) for a Windows version 3.0 or 3.1 DB-Library (DB-Lib) application. MORE INFORMATION
The following file is available for download from the Microsoft Software
Library:
Q119591 : How to Obtain Microsoft Support Files from Online Services The contents of the SQLDLL file are as follows:
NOTE: While callback functions in Windows are normally declared FAR PASCAL, dblib expects these two callback functions, dbwinMessageHandler() and dbwinErrorHandler(), to be declared FAR cdecl. Also note the use of the GetFocus() procedure in the DLL to get the handle of the window that currently owns the input focus. Additional query words: dblib
Keywords : kbprg SSrvDB_Lib SSrvProg |
Last Reviewed: March 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |