home *** CD-ROM | disk | FTP | other *** search
/ ActiveX Programming Unleashed CD / AXU.iso / source / chap04 / lst43 / lst43.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-26  |  521 b   |  22 lines

  1. // lst43.h : main header file for LST43.DLL
  2.  
  3. #if !defined( __AFXCTL_H__ )
  4.     #error include 'afxctl.h' before including this file
  5. #endif
  6.  
  7. #include "resource.h"       // main symbols
  8.  
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CLst43App : See lst43.cpp for implementation.
  11.  
  12. class CLst43App : public COleControlModule
  13. {
  14. public:
  15.     BOOL InitInstance();
  16.     int ExitInstance();
  17. };
  18.  
  19. extern const GUID CDECL _tlid;
  20. extern const WORD _wVerMajor;
  21. extern const WORD _wVerMinor;
  22.