@Structure.FieldOrder(value={"dwSize","dwError","szIpAddress","szServerIpAddress","dwOptions","dwServerOptions"}) public static class WinRas.RASPPPIP extends Structure
Modifier and Type | Class and Description |
---|---|
static class |
WinRas.RASPPPIP.ByReference |
Structure.ByValue, Structure.FieldOrder, Structure.StructField
Modifier and Type | Field and Description |
---|---|
int |
dwError
A value that specifies the result of the PPP control protocol negotiation.
|
int |
dwOptions
A value that specifies IPCP options for the local client.
|
int |
dwServerOptions
A value that specifies IPCP options for the remote server.
|
int |
dwSize
A value that specifies the size, in bytes, of the structure.
|
char[] |
szIpAddress
An array that contains a null-terminated string that is the client's IP address on the RAS connection.
|
char[] |
szServerIpAddress
An array that contains a null-terminated string that is the server's IP address on the RAS connection.
|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
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
public int dwSize
public int dwError
public char[] szIpAddress
public char[] szServerIpAddress
public int dwOptions
public int dwServerOptions
public RASPPPIP()
public RASPPPIP(Pointer memory)