home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / database / daoctl / control / daoedit.h < prev    next >
C/C++ Source or Header  |  1998-03-26  |  957b  |  32 lines

  1. // DaoEdit.h : main header file for DAOEDIT.DLL
  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. #if !defined( __AFXCTL_H__ )
  14.     #error include 'afxctl.h' before including this file
  15. #endif
  16.  
  17. #include "resource.h"       // main symbols
  18.  
  19. /////////////////////////////////////////////////////////////////////////////
  20. // CDaoEditApp : See DaoEdit.cpp for implementation.
  21.  
  22. class CDaoEditApp : public COleControlModule
  23. {
  24. public:
  25.     BOOL InitInstance();
  26.     int ExitInstance();
  27. };
  28.  
  29. extern const GUID CDECL _tlid;
  30. extern const WORD _wVerMajor;
  31. extern const WORD _wVerMinor;
  32.