<StructLayout(LayoutKind.Sequential)> _
Public Structure SYSTEM_INFO
Dim wProcessorArchitecture As Int16
Dim wReserved As Int16
Dim dwPageSize As Integer
Dim lpMinimumApplicationAddress As Integer
Dim lpMaximumApplicationAddress As Integer
Dim dwActiveProcessorMask As Integer
Dim dwNumberOfProcessors As Integer
Dim dwProcessorType As Integer
Dim dwAllocationGranularity As Integer
Dim wProcessorLevel As Int16
Dim wProcessorRevision As Int16
End Structure
None.
None.