Package com.sun.jna.platform.win32
Class IPHlpAPI.IP_ADDR_STRING
- java.lang.Object
- 
- com.sun.jna.Structure
- 
- com.sun.jna.platform.win32.IPHlpAPI.IP_ADDR_STRING
 
 
- 
- Direct Known Subclasses:
- IPHlpAPI.IP_ADDR_STRING.ByReference
 - Enclosing interface:
- IPHlpAPI
 
 @FieldOrder({"Next","IpAddress","IpMask","Context"}) public static class IPHlpAPI.IP_ADDR_STRING extends Structure The IP_ADDR_STRING structure represents a node in a linked-list of IPv4 addresses.- See Also:
- IP_ADDR_STRING
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classIPHlpAPI.IP_ADDR_STRING.ByReference- 
Nested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByValue, Structure.FieldOrder, Structure.StructField
 
- 
 - 
Field SummaryFields Modifier and Type Field Description intContextIPHlpAPI.IP_ADDRESS_STRINGIpAddressIPHlpAPI.IP_ADDRESS_STRINGIpMaskIPHlpAPI.IP_ADDR_STRING.ByReferenceNext- 
Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
- 
 - 
Constructor SummaryConstructors Constructor Description IP_ADDR_STRING()
 - 
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- 
Nextpublic IPHlpAPI.IP_ADDR_STRING.ByReference Next 
 - 
IpAddresspublic IPHlpAPI.IP_ADDRESS_STRING IpAddress 
 - 
IpMaskpublic IPHlpAPI.IP_ADDRESS_STRING IpMask 
 - 
Contextpublic int Context 
 
- 
 
-