home *** CD-ROM | disk | FTP | other *** search
- //////////////////////////////////////////////////////////////////////////////
- //
- // FILE: gwutil.h
- //
- // Header for generic Embedded SQL for C Win16/Win32 utilities
- //
- // COMMENTS:
- //
- // Copyright (C) 1992 - 1994 Microsoft Corporation
- //
- //////////////////////////////////////////////////////////////////////////////
-
- // function prototypes
- int GetOption (int argc, char** argv, char* pszValidOpts, char** ppszParam);
- BOOL PrintLine (HWND hwndEdit, LPSTR lpstrLine);
- BOOL PrintStr (HWND hwndEdit, LPSTR lpstrStr);
-