home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Internet Business Development Kit / PRODUCT_CD.iso / sqlsvr / esqlc / esql / samples.c / gwutil.h < prev    next >
Encoding:
Text File  |  1995-11-21  |  544 b   |  17 lines

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. //  FILE: gwutil.h
  4. //
  5. //      Header for generic Embedded SQL for C Win16/Win32 utilities 
  6. //
  7. //  COMMENTS:
  8. //
  9. //      Copyright (C) 1992 - 1994 Microsoft Corporation
  10. //
  11. //////////////////////////////////////////////////////////////////////////////
  12.  
  13. // function prototypes
  14. int GetOption (int argc, char** argv, char* pszValidOpts, char** ppszParam);
  15. BOOL PrintLine (HWND hwndEdit, LPSTR lpstrLine);
  16. BOOL PrintStr (HWND hwndEdit, LPSTR lpstrStr);
  17.