Package com.sun.jna.platform.win32
Klasse WinBase.SYSTEM_INFO
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinBase.SYSTEM_INFO
- Umschließende Schnittstelle:
WinBase
@FieldOrder({"processorArchitecture","dwPageSize","lpMinimumApplicationAddress","lpMaximumApplicationAddress","dwActiveProcessorMask","dwNumberOfProcessors","dwProcessorType","dwAllocationGranularity","wProcessorLevel","wProcessorRevision"})
public static class WinBase.SYSTEM_INFO
extends Structure
Contains information about the current computer system. This includes the architecture and
type of the processor, the number of processors in the system, the page size, and other such
information.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
Unnamed inner structure.static class
Unnamed inner union.Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungMask representing the set of processors configured into the system.Granularity for the starting address at which virtual memory can be allocated.Number of processors in the system.Page size and the granularity of page protection and commitment.An obsolete member that is retained for compatibility with Windows NT 3.5 and Windows Me/98/95.Pointer to the highest memory address accessible to applications and DLLs.Pointer to the lowest memory address accessible to applications and dynamic-link libraries (DLLs).Processor architecture (unnamed union).System's architecture-dependent processor level.Architecture-dependent processor revision.Von Klasse geerbte Felder com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden com.sun.jna.Structure
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
-
Felddetails
-
processorArchitecture
Processor architecture (unnamed union). -
dwPageSize
Page size and the granularity of page protection and commitment. -
lpMinimumApplicationAddress
Pointer to the lowest memory address accessible to applications and dynamic-link libraries (DLLs). -
lpMaximumApplicationAddress
Pointer to the highest memory address accessible to applications and DLLs. -
dwActiveProcessorMask
Mask representing the set of processors configured into the system. Bit 0 is processor 0; bit 31 is processor 31. -
dwNumberOfProcessors
Number of processors in the system. -
dwProcessorType
An obsolete member that is retained for compatibility with Windows NT 3.5 and Windows Me/98/95. Use the wProcessorArchitecture, wProcessorLevel, and wProcessorRevision members to determine the type of processor. PROCESSOR_INTEL_386 PROCESSOR_INTEL_486 PROCESSOR_INTEL_PENTIUM -
dwAllocationGranularity
Granularity for the starting address at which virtual memory can be allocated. -
wProcessorLevel
System's architecture-dependent processor level. It should be used only for display purposes. To determine the feature set of a processor, use the IsProcessorFeaturePresent function. If wProcessorArchitecture is PROCESSOR_ARCHITECTURE_INTEL, wProcessorLevel is defined by the CPU vendor. If wProcessorArchitecture is PROCESSOR_ARCHITECTURE_IA64, wProcessorLevel is set to 1. -
wProcessorRevision
Architecture-dependent processor revision.
-
-
Konstruktordetails
-
SYSTEM_INFO
public SYSTEM_INFO()
-