Package com.sun.jna.platform.win32
Class IPHlpAPI.MIB_TCP6TABLE_OWNER_PID
- java.lang.Object
- 
- com.sun.jna.Structure
- 
- com.sun.jna.platform.win32.IPHlpAPI.MIB_TCP6TABLE_OWNER_PID
 
 
- 
- Enclosing interface:
- IPHlpAPI
 
 @FieldOrder({"dwNumEntries","table"}) public static class IPHlpAPI.MIB_TCP6TABLE_OWNER_PID extends Structure Contains a table of IPv6 TCP connections on the local computer.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
 
- 
 - 
Field SummaryFields Modifier and Type Field Description intdwNumEntriesIPHlpAPI.MIB_TCP6ROW_OWNER_PID[]table- 
Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
- 
 - 
Constructor SummaryConstructors Constructor Description MIB_TCP6TABLE_OWNER_PID(Pointer buf)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidread()Reads the fields of the struct from native memory- 
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, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
 
- 
 
- 
- 
- 
Field Detail- 
dwNumEntriespublic int dwNumEntries 
 - 
tablepublic IPHlpAPI.MIB_TCP6ROW_OWNER_PID[] table 
 
- 
 - 
Constructor Detail- 
MIB_TCP6TABLE_OWNER_PIDpublic MIB_TCP6TABLE_OWNER_PID(Pointer buf) 
 
- 
 
-