Home
last modified time | relevance | path

Searched refs:hPdhLibrary (Results 1 – 2 of 2) sorted by relevance

/dports/net-mgmt/icinga2/icinga2-2.13.2/plugins/
H A Dcheck_perfmon.cpp179 HMODULE hPdhLibrary = NULL; in printPDHError() local
182 hPdhLibrary = LoadLibrary(L"pdh.dll"); in printPDHError()
183 if (!hPdhLibrary) { in printPDHError()
189 hPdhLibrary, status, 0, (LPWSTR)&pMessage, 0, NULL)) { in printPDHError()
190 FreeLibrary(hPdhLibrary); in printPDHError()
195 FreeLibrary(hPdhLibrary); in printPDHError()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/util/
H A Dperfctr_collect.cpp49 HANDLE hPdhLibrary = nullptr; variable
56 hPdhLibrary = LoadLibraryW(L"pdh.dll"); in MONGO_INITIALIZER()
57 if (nullptr == hPdhLibrary) { in MONGO_INITIALIZER()
76 hPdhLibrary, in errnoWithPdhDescription()