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.

29 lines
1.2 KiB

  1. #ifndef __HMGRAPHVIEW_H__
  2. #define __HMGRAPHVIEW_H__
  3. // Machine generated IDispatch wrapper class(es) created with ClassWizard
  4. // _DHMGraphView wrapper class
  5. class _DHMGraphView : public COleDispatchDriver
  6. {
  7. public:
  8. _DHMGraphView() {} // Calls COleDispatchDriver default constructor
  9. _DHMGraphView(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  10. _DHMGraphView(const _DHMGraphView& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  11. // Attributes
  12. public:
  13. // Operations
  14. public:
  15. long GetStyle();
  16. void InsertHistoricGroupStats(LPCTSTR lpszName, LPCTSTR lpszTime, long lNormal, long lWarning, long lCritical, long lUnknown);
  17. void InsertCurrentGroupStats(LPCTSTR lpszName, long lNormal, long lWarning, long lCritical, long lUnknown);
  18. void InsertCurrentElementStats(LPCTSTR lpszName, LPCTSTR lpszInstance, long lCurrent, long lMin, long lMax, long lAverage);
  19. void InsertHistoricElementStats(LPCTSTR lpszName, LPCTSTR lpszInstance, LPCTSTR lpszTime, long lCurrent);
  20. void SetStyle(long lNewStyle);
  21. void SetName(LPCTSTR lpszName);
  22. void Clear();
  23. void AboutBox();
  24. };
  25. #endif //__HMGRAPHVIEW_H__/////////////////////////////////////////////////////////////////////////////