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.

36 lines
993 B

  1. // ActionResultsView.h: interface for the CActionResultsView class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_ACTIONRESULTSVIEW_H__71DD9242_CA88_11D2_BD8E_0000F87A3912__INCLUDED_)
  5. #define AFX_ACTIONRESULTSVIEW_H__71DD9242_CA88_11D2_BD8E_0000F87A3912__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "SplitPaneResultsView.h"
  10. class CActionResultsView : public CSplitPaneResultsView
  11. {
  12. DECLARE_DYNCREATE(CActionResultsView)
  13. // Construction/Destruction
  14. public:
  15. CActionResultsView();
  16. virtual ~CActionResultsView();
  17. // Create/Destroy
  18. public:
  19. virtual bool Create(CScopePaneItem* pOwnerItem);
  20. // MMC Notify Handlers
  21. public:
  22. virtual HRESULT OnShow(CResultsPane* pPane, BOOL bSelecting, HSCOPEITEM hScopeItem);
  23. // Helpers
  24. protected:
  25. void GetObjectTypeInfo(CWbemClassObject* pObject,CUIntArray& uia,CString& sType);
  26. };
  27. #endif // !defined(AFX_ACTIONRESULTSVIEW_H__71DD9242_CA88_11D2_BD8E_0000F87A3912__INCLUDED_)