Source code of Windows XP (NT5)
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.

40 lines
994 B

  1. // MODULE: TSHOOT.h : main header file for TSHOOT.DLL
  2. //
  3. // PURPOSE: Declaration of the CTSHOOTCtrl OLE control class.
  4. //
  5. // PROJECT: Generic Troubleshooter DLL for Microsoft AnswerPoint
  6. //
  7. // COMPANY: Saltmine Creative, Inc. (206)-284-7511 [email protected]
  8. //
  9. // AUTHOR: Roman Mach
  10. //
  11. // ORIGINAL DATE: 8/7/97
  12. //
  13. // NOTES:
  14. // 1.
  15. //
  16. // Version Date By Comments
  17. //--------------------------------------------------------------------
  18. // V0.2 8/7/97 RM Local Version for Memphis
  19. // V0.3 3/24/98 JM Local Version for NT5
  20. //
  21. #if !defined( __AFXCTL_H__ )
  22. #error include 'afxctl.h' before including this file
  23. #endif
  24. #include "resource.h" // main symbols
  25. /////////////////////////////////////////////////////////////////////////////
  26. // CTSHOOTApp : See TSHOOT.cpp for implementation.
  27. class CTSHOOTApp : public COleControlModule
  28. {
  29. public:
  30. BOOL InitInstance();
  31. int ExitInstance();
  32. };
  33. extern const GUID CDECL _tlid;
  34. extern const WORD _wVerMajor;
  35. extern const WORD _wVerMinor;