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.
 
 
 
 
 
 

31 lines
866 B

// DataElementStatsListener.h: interface for the CDataElementStatsListener class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DATAELEMENTSTATSLISTENER_H__A28C24E5_348F_11D3_BE18_0000F87A3912__INCLUDED_)
#define AFX_DATAELEMENTSTATSLISTENER_H__A28C24E5_348F_11D3_BE18_0000F87A3912__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "WbemEventListener.h"
class CDataElementStatsListener : public CWbemEventListener
{
DECLARE_DYNCREATE(CDataElementStatsListener)
// Construction/Destruction
public:
CDataElementStatsListener();
virtual ~CDataElementStatsListener();
// Processing Operations
protected:
virtual HRESULT ProcessEventClassObject(IWbemClassObject* pClassObject);
};
#endif // !defined(AFX_DATAELEMENTSTATSLISTENER_H__A28C24E5_348F_11D3_BE18_0000F87A3912__INCLUDED_)