Package com.sun.jna.platform.win32
Class WinBase.SYSTEM_INFO.PI
- java.lang.Object
- 
- com.sun.jna.Structure
- 
- com.sun.jna.platform.win32.WinBase.SYSTEM_INFO.PI
 
 
- 
- Direct Known Subclasses:
- WinBase.SYSTEM_INFO.PI.ByReference
 - Enclosing class:
- WinBase.SYSTEM_INFO
 
 @FieldOrder({"wProcessorArchitecture","wReserved"}) public static class WinBase.SYSTEM_INFO.PI extends Structure Unnamed inner structure.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classWinBase.SYSTEM_INFO.PI.ByReference- 
Nested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByValue, Structure.FieldOrder, Structure.StructField
 
- 
 - 
Field SummaryFields Modifier and Type Field Description WinDef.WORDwProcessorArchitectureSystem's processor architecture.WinDef.WORDwReservedReserved for future use.- 
Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
- 
 - 
Constructor SummaryConstructors Constructor Description PI()
 - 
Method Summary- 
Methods 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 Detail- 
wProcessorArchitecturepublic WinDef.WORD wProcessorArchitecture System's processor architecture. This value can be one of the following values: PROCESSOR_ARCHITECTURE_UNKNOWN PROCESSOR_ARCHITECTURE_INTEL PROCESSOR_ARCHITECTURE_IA64 PROCESSOR_ARCHITECTURE_AMD64
 - 
wReservedpublic WinDef.WORD wReserved Reserved for future use.
 
- 
 
-