Searched refs:PdhGetFormattedCounterValue_i (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/com/sun/management/
H A DOperatingSystem_md.c232 static PdhGetFormattedCounterValueFunc PdhGetFormattedCounterValue_i; variable
310 PdhGetFormattedCounterValue_i = (PdhGetFormattedCounterValueFunc)GetProcAddress(h, "PdhGetFormattedCounterValue");
318 PdhGetFormattedCounterValue_i == NULL || PdhEnumObjectItems_i == NULL ||
357 if (PdhGetFormattedCounterValue_i(c, format, NULL, value) != ERROR_SUCCESS) {
751 PdhGetFormattedCounterValue_i(hc, PDH_FMT_LONG, NULL, &cv);

Completed in 104 milliseconds