home *** CD-ROM | disk | FTP | other *** search
- //*---------------------------------------------------------------------------------
- //| ODBC Sample Translation DLL and Tool
- //|
- //| This code is furnished on an as-is basis as part of the ODBC SDK and is
- //| intended for example purposes only.
- //|
- //| This include file contains the constants required for the control
- //| dialog of the ODBC Translate tool.
- //*-----------------------------------------------------------------------
- #ifndef transpec_DEFS
- #define transpec_DEFS
-
- #include "OPTIONS.H"
-
- // TRANSPEC
- #define IDT_LIBS 400
- #define IDL_LIBS 401
- #define IDT_HINST 402
- #define IDL_HINST 403
- #define IDB_CLOSE 404
- #define IDB_UNLOAD 405
- #define IDT_COUNT 406
- #define IDT_HMOD 407
- #define IDT_FREEMEM 408
- #define IDT_WINVER 409
- #define IDT_FREESYS 410
- #define IDT_CPU 411
- #define IDT_WARNTEXT 412
- #define IDX_NEVERAGAIN 413
-
-
- #define USER_REINITDIALOG (WM_USER + 0x100)
- #define USER_REFRESHLIBCOUNT (WM_USER + 0x101)
-
- //------------------------------------------------------------------------
- // Globals
- //------------------------------------------------------------------------
- char szAddressVal[10];
- HINSTANCE hInst;
- extern dCSEG(char) szud[];
-
-
-
-
- //------------------------------------------------------------------------
- // Function prototypes
- //------------------------------------------------------------------------
- BOOL LoadTranslateLib(OPTIONS FAR * opt) {return TRUE;}
- //has use in trnslchk.c
-
-
- #endif
-