#include <PerformanceDataHelper.h>
◆ PerformanceDataItem() [1/2]
PerformanceDataItem::PerformanceDataItem |
( |
HQUERY |
hQuery, |
|
|
TString |
key |
|
) |
| |
◆ ~PerformanceDataItem()
PerformanceDataItem::~PerformanceDataItem |
( |
| ) |
|
◆ PerformanceDataItem() [2/2]
alt::PerformanceDataItem::PerformanceDataItem |
( |
| ) |
|
|
privatedelete |
◆ AddCounter()
bool PerformanceDataItem::AddCounter |
( |
| ) |
|
◆ GetKey()
TString & PerformanceDataItem::GetKey |
( |
| ) |
|
◆ GetValue()
bool PerformanceDataItem::GetValue |
( |
DWORD |
dwFormat, |
|
|
PDH_FMT_COUNTERVALUE & |
value |
|
) |
| |
カウンター値の取得
- 引数
-
dwFormat | 取得値の形式 PDH_FMT_LONG PHD_FMT_DOUBLE PHD_FMT_LARGE |
value | PDH_FMT_COUNTERVALUE .longValue : LONG .doubleValue : double .largeValue : LONGLONG |
- 戻り値
- bool
- 戻り値
-
PerformanceDataHelper.cpp の 33 行目に定義があります。
参照先 _hCounter.
◆ _counterPath
TString alt::PerformanceDataItem::_counterPath |
|
private |
◆ _hCounter
HCOUNTER alt::PerformanceDataItem::_hCounter |
|
private |
◆ _hQuery
HQUERY alt::PerformanceDataItem::_hQuery |
|
private |
このクラス詳解は次のファイルから抽出されました: