|
Alternate e697dbe9c5997e35395fe158628dd8c5209481da
for Visual Studio 2022 and Windows 11.
|
#include <PerformanceDataHelper.h>
公開メンバ関数 | |
| APIENTRY | PerformanceDataHelper () |
| コンストラクタ | |
| APIENTRY | ~PerformanceDataHelper () |
| デストラクタ | |
| bool APIENTRY | Close () |
| パフォーマンスモニター値の取得終了 | |
| PerformanceDataItem &APIENTRY | CreateItem (TString key) |
| このクラスに属するカウンター設定クラスの生成 | |
| bool APIENTRY | Open () |
| パフォーマンスモニター値の取得開始 | |
| bool APIENTRY | Query () |
| パフォーマンスカウンター値の問い合わせ | |
基底クラス alt::WindowsLibrary に属する継承公開メンバ関数 | |
| APIENTRY | WindowsLibrary () |
| コンストラクタ | |
| virtual APIENTRY | ~WindowsLibrary () |
| デストラクタ | |
| virtual DWORD APIENTRY | GetErrNo () const |
| WindowsAPIのエラー値を取得します。 | |
| virtual VOID APIENTRY | SetErrNo () |
| WINAPIエラーの情報を設定します。 | |
非公開変数類 | |
| HQUERY | _hQuery |
その他の継承メンバ | |
基底クラス alt::WindowsLibrary に属する継承限定公開変数類 | |
| DWORD | _dwErrorNo |
PerformanceDataHelper.h の 59 行目に定義があります。
| PerformanceDataHelper::PerformanceDataHelper | ( | ) |
| PerformanceDataHelper::~PerformanceDataHelper | ( | ) |
| bool PerformanceDataHelper::Close | ( | ) |
パフォーマンスモニター値の取得終了
| true(成功) | |
| false(失敗) |
PerformanceDataHelper.cpp の 90 行目に定義があります。
参照先 _hQuery.
参照元 ~PerformanceDataHelper(), WindowsLibraryTest::TEST_CLASS().
| PerformanceDataItem & PerformanceDataHelper::CreateItem | ( | TString | key | ) |
このクラスに属するカウンター設定クラスの生成
| key | カウンター名 |
PerformanceDataHelper.cpp の 96 行目に定義があります。
| bool PerformanceDataHelper::Open | ( | ) |
パフォーマンスモニター値の取得開始
| true(成功) | |
| false(失敗) |
PerformanceDataHelper.cpp の 84 行目に定義があります。
参照先 _hQuery.
| bool PerformanceDataHelper::Query | ( | ) |
パフォーマンスカウンター値の問い合わせ
| true(成功) | |
| false(失敗) |
PerformanceDataHelper.cpp の 103 行目に定義があります。
参照先 _hQuery.
|
private |
PerformanceDataHelper.h の 92 行目に定義があります。
参照元 PerformanceDataHelper(), ~PerformanceDataHelper(), Close(), CreateItem(), Open(), Query().