home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 1999 October / PCpro_1999_10.ISO / Tools / vbcrypt / Control / Source / DES.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-06  |  936 b   |  34 lines

  1. #if !defined(AFX_DES_H__07D7C6ED_AE76_11D0_9A6F_000100000000__INCLUDED_)
  2. #define AFX_DES_H__07D7C6ED_AE76_11D0_9A6F_000100000000__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7.  
  8. // DES.h : main header file for DES.DLL
  9.  
  10. #if !defined( __AFXCTL_H__ )
  11.     #error include 'afxctl.h' before including this file
  12. #endif
  13.  
  14. #include "resource.h"       // main symbols
  15.  
  16. /////////////////////////////////////////////////////////////////////////////
  17. // CDESApp : See DES.cpp for implementation.
  18.  
  19. class CDESApp : public COleControlModule
  20. {
  21. public:
  22.     BOOL InitInstance();
  23.     int ExitInstance();
  24. };
  25.  
  26. extern const GUID CDECL _tlid;
  27. extern const WORD _wVerMajor;
  28. extern const WORD _wVerMinor;
  29.  
  30. //{{AFX_INSERT_LOCATION}}
  31. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  32.  
  33. #endif // !defined(AFX_DES_H__07D7C6ED_AE76_11D0_9A6F_000100000000__INCLUDED)
  34.