home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / database / daoview / crack.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-27  |  654 b   |  21 lines

  1. // crack.h :
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992-1998 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12.  
  13. class CCrack
  14. {
  15. public:
  16.     static LPCTSTR strFieldType(short sType);
  17.     static LPCTSTR strQueryDefType(short sType);
  18.     static LPCTSTR strBOOL(BOOL bFlag);
  19.     static CString strVARIANT(const COleVariant& var);
  20. };
  21.