home *** CD-ROM | disk | FTP | other *** search
/ Troubleshooting Netware Systems / CSTRIAL0196.BIN / attach / msj / v10n10 / vb40.exe / SHELLOCX.EXE / SHELLINK.H < prev    next >
C/C++ Source or Header  |  1995-10-01  |  536b  |  22 lines

  1. // shellink.h : main header file for SHELLINK.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. // CShellinkApp : See shellink.cpp for implementation.
  11.  
  12. class CShellinkApp : 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.