@Structure.FieldOrder(value={"CStatus","TimeStamp","FirstValue","SecondValue","MultiCount"}) public static class Pdh.PDH_RAW_COUNTER extends Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
Modifier and Type | Field and Description |
---|---|
int |
CStatus
Counter status that indicates if the counter value is valid.
|
long |
FirstValue
First raw counter value.
|
int |
MultiCount
If the counter type contains the PERF_MULTI_COUNTER flag,
this member contains the additional counter data used in the
calculation
|
long |
SecondValue
Second raw counter value.
|
WinBase.FILETIME |
TimeStamp
Local time for when the data was collected
|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
Constructor and Description |
---|
PDH_RAW_COUNTER() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public int CStatus
public WinBase.FILETIME TimeStamp
public long FirstValue
public long SecondValue
public int MultiCount