ReactOS 0.4.16-dev-736-g28b802b
|
Public Member Functions | |
void (CALLBACK *collect)(struct counter *) | |
Public Attributes | |
DWORD | magic |
struct list | entry |
WCHAR * | path |
DWORD | type |
DWORD | status |
LONG | scale |
LONG | defaultscale |
DWORD_PTR | user |
DWORD_PTR | queryuser |
LONGLONG | base |
FILETIME | stamp |
union value | one |
union value | two |
Definition at line 100 of file pdh_main.c.
counter::void | ( | CALLBACK * | collect | ) |
LONGLONG counter::base |
Definition at line 111 of file pdh_main.c.
Referenced by PdhAddCounterW(), and PdhGetCounterTimeBase().
LONG counter::defaultscale |
Definition at line 108 of file pdh_main.c.
Referenced by format_value(), PdhAddCounterW(), PdhGetCounterInfoA(), and PdhGetCounterInfoW().
Definition at line 103 of file pdh_main.c.
Referenced by PdhAddCounterW(), PdhCloseQuery(), and PdhRemoveCounter().
DWORD counter::magic |
Definition at line 102 of file pdh_main.c.
Referenced by create_counter(), destroy_counter(), PdhCalculateCounterFromRawValue(), PdhGetCounterInfoA(), PdhGetCounterInfoW(), PdhGetCounterTimeBase(), PdhGetFormattedCounterValue(), PdhGetRawCounterValue(), PdhRemoveCounter(), and PdhSetCounterScaleFactor().
union value counter::one |
Definition at line 114 of file pdh_main.c.
Referenced by PdhGetFormattedCounterValue(), and PdhGetRawCounterValue().
WCHAR* counter::path |
Definition at line 104 of file pdh_main.c.
Referenced by destroy_counter(), and PdhAddCounterW().
DWORD_PTR counter::queryuser |
Definition at line 110 of file pdh_main.c.
Referenced by PdhAddCounterW(), PdhGetCounterInfoA(), and PdhGetCounterInfoW().
LONG counter::scale |
Definition at line 107 of file pdh_main.c.
Referenced by format_value(), PdhGetCounterInfoA(), PdhGetCounterInfoW(), and PdhSetCounterScaleFactor().
FILETIME counter::stamp |
Definition at line 112 of file pdh_main.c.
Referenced by collect_query_data(), PdhCollectQueryDataWithTime(), and PdhGetRawCounterValue().
DWORD counter::status |
Definition at line 106 of file pdh_main.c.
Referenced by collect_processor_time(), collect_uptime(), PdhGetCounterInfoA(), PdhGetCounterInfoW(), PdhGetFormattedCounterValue(), and PdhGetRawCounterValue().
union value counter::two |
Definition at line 115 of file pdh_main.c.
Referenced by collect_processor_time(), collect_uptime(), PdhGetFormattedCounterValue(), and PdhGetRawCounterValue().
DWORD counter::type |
Definition at line 105 of file pdh_main.c.
Referenced by PdhAddCounterW(), PdhGetCounterInfoA(), PdhGetCounterInfoW(), PdhGetFormattedCounterValue(), and PdhGetRawCounterValue().
DWORD_PTR counter::user |
Definition at line 109 of file pdh_main.c.
Referenced by PdhAddCounterW(), PdhGetCounterInfoA(), and PdhGetCounterInfoW().