Package com.sun.jna.platform.win32
Class WinPerf.PERF_OBJECT_TYPE
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinPerf.PERF_OBJECT_TYPE
- Enclosing interface:
- WinPerf
@FieldOrder({"TotalByteLength","DefinitionLength","HeaderLength","ObjectNameTitleIndex","ObjectNameTitle","ObjectHelpTitleIndex","ObjectHelpTitle","DetailLevel","NumCounters","DefaultCounter","NumInstances","CodePage","PerfTime","PerfFreq"})
public static class WinPerf.PERF_OBJECT_TYPE
extends Structure
Describes object-specific performance information, for example, the
 number of instances of the object and the number of counters that the
 object defines.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintintintintintintintintintintintintFields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.sun.jna.StructureallocateMemory, 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
- 
Field Details- 
TotalByteLengthpublic int TotalByteLength
- 
DefinitionLengthpublic int DefinitionLength
- 
HeaderLengthpublic int HeaderLength
- 
ObjectNameTitleIndexpublic int ObjectNameTitleIndex
- 
ObjectNameTitlepublic int ObjectNameTitle
- 
ObjectHelpTitleIndexpublic int ObjectHelpTitleIndex
- 
ObjectHelpTitlepublic int ObjectHelpTitle
- 
DetailLevelpublic int DetailLevel
- 
NumCounterspublic int NumCounters
- 
DefaultCounterpublic int DefaultCounter
- 
NumInstancespublic int NumInstances
- 
CodePagepublic int CodePage
- 
PerfTime
- 
PerfFreq
 
- 
- 
Constructor Details- 
PERF_OBJECT_TYPEpublic PERF_OBJECT_TYPE()
- 
PERF_OBJECT_TYPE
 
-