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.

48 lines
1.3 KiB

  1. //
  2. // MODULE: HTMLFrag.h
  3. //
  4. // PURPOSE: interface for the CHTMLFragmentsLocal class.
  5. //
  6. // PROJECT: Generic Troubleshooter DLL for Microsoft AnswerPoint
  7. //
  8. // COMPANY: Saltmine Creative, Inc. (206)-284-7511 [email protected]
  9. //
  10. // AUTHOR: Oleg Kalosha
  11. //
  12. // ORIGINAL DATE: 1-19-1999
  13. //
  14. // NOTES:
  15. //
  16. // Version Date By Comments
  17. //--------------------------------------------------------------------
  18. // V3.1 1-19-19 OK Original
  19. //
  20. //////////////////////////////////////////////////////////////////////
  21. #if !defined(AFX_HTMLFRAGLOCAL_H__FFDF7EB3_AFBC_11D2_8C89_00C04F949D33__INCLUDED_)
  22. #define AFX_HTMLFRAGLOCAL_H__FFDF7EB3_AFBC_11D2_8C89_00C04F949D33__INCLUDED_
  23. #if _MSC_VER > 1000
  24. #pragma once
  25. #endif // _MSC_VER > 1000
  26. #include "HTMLFrag.h"
  27. #define VAR_PREVIOUS_SCRIPT _T("Previous.script")
  28. #define VAR_NOBACKBUTTON_INFO _T("NoBackButton")
  29. #define VAR_YESBACKBUTTON_INFO _T("YesBackButton")
  30. class CHTMLFragmentsLocal : public CHTMLFragmentsTS
  31. {
  32. protected:
  33. static bool RemoveBackButton(CString& strCurrentNode);
  34. public:
  35. CHTMLFragmentsLocal( const CString &strScriptPath, bool bIncludesHistoryTable );
  36. public:
  37. // overridden virtual
  38. CString GetText( const FragmentIDVector & fidvec, const FragCommand fragCmd= eNotOfInterest );
  39. };
  40. #endif // !defined(AFX_HTMLFRAGLOCAL_H__FFDF7EB3_AFBC_11D2_8C89_00C04F949D33__INCLUDED_)