Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
781 B

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