ReactOS 0.4.15-dev-7953-g1f49173
counter Struct Reference
Collaboration diagram for counter:

Public Member Functions

 void (CALLBACK *collect)(struct counter *)
 

Public Attributes

DWORD magic
 
struct list entry
 
WCHARpath
 
DWORD type
 
DWORD status
 
LONG scale
 
LONG defaultscale
 
DWORD_PTR user
 
DWORD_PTR queryuser
 
LONGLONG base
 
FILETIME stamp
 
union value one
 
union value two
 

Detailed Description

Definition at line 100 of file pdh_main.c.

Member Function Documentation

◆ void()

counter::void ( CALLBACK collect)

Member Data Documentation

◆ base

LONGLONG counter::base

Definition at line 111 of file pdh_main.c.

Referenced by PdhAddCounterW(), and PdhGetCounterTimeBase().

◆ defaultscale

LONG counter::defaultscale

Definition at line 108 of file pdh_main.c.

Referenced by format_value(), PdhAddCounterW(), PdhGetCounterInfoA(), and PdhGetCounterInfoW().

◆ entry

struct list counter::entry

Definition at line 103 of file pdh_main.c.

Referenced by PdhAddCounterW(), PdhCloseQuery(), and PdhRemoveCounter().

◆ magic

◆ one

union value counter::one

Definition at line 114 of file pdh_main.c.

Referenced by PdhGetFormattedCounterValue(), and PdhGetRawCounterValue().

◆ path

WCHAR* counter::path

Definition at line 104 of file pdh_main.c.

Referenced by destroy_counter(), and PdhAddCounterW().

◆ queryuser

DWORD_PTR counter::queryuser

Definition at line 110 of file pdh_main.c.

Referenced by PdhAddCounterW(), PdhGetCounterInfoA(), and PdhGetCounterInfoW().

◆ scale

LONG counter::scale

◆ stamp

FILETIME counter::stamp

◆ status

◆ two

union value counter::two

◆ type

◆ user

DWORD_PTR counter::user

Definition at line 109 of file pdh_main.c.

Referenced by PdhAddCounterW(), PdhGetCounterInfoA(), and PdhGetCounterInfoW().


The documentation for this struct was generated from the following file: