ReactOS 0.4.15-dev-7842-g558ab78
_PDH_FMT_COUNTERVALUE Struct Reference

#include <pdh.h>

Public Attributes

DWORD CStatus
 
union {
   LONG   longValue
 
   double   doubleValue
 
   LONGLONG   largeValue
 
   LPCSTR   AnsiStringValue
 
   LPCWSTR   WideStringValue
 
DUMMYUNIONNAME
 

Detailed Description

Definition at line 60 of file pdh.h.

Member Data Documentation

◆ AnsiStringValue

LPCSTR _PDH_FMT_COUNTERVALUE::AnsiStringValue

Definition at line 68 of file pdh.h.

◆ CStatus

DWORD _PDH_FMT_COUNTERVALUE::CStatus

Definition at line 62 of file pdh.h.

◆ doubleValue

double _PDH_FMT_COUNTERVALUE::doubleValue

Definition at line 66 of file pdh.h.

◆ 

union { ... } _PDH_FMT_COUNTERVALUE::DUMMYUNIONNAME

◆ largeValue

LONGLONG _PDH_FMT_COUNTERVALUE::largeValue

Definition at line 67 of file pdh.h.

◆ longValue

LONG _PDH_FMT_COUNTERVALUE::longValue

Definition at line 65 of file pdh.h.

◆ WideStringValue

LPCWSTR _PDH_FMT_COUNTERVALUE::WideStringValue

Definition at line 69 of file pdh.h.


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