@Structure.FieldOrder(value={"dwSize","dwfOptions","hwndParent","reserved","reserved1","RasEapInfo","fSkipPppAuth","RasDevSpecificInfo"}) public static class WinRas.RASDIALEXTENSIONS extends Structure
Modifier and Type | Class and Description |
---|---|
static class |
WinRas.RASDIALEXTENSIONS.ByReference |
Structure.ByValue, Structure.FieldOrder, Structure.StructField
Modifier and Type | Field and Description |
---|---|
int |
dwfOptions
A set of bit flags that specify RasDial extensions.
|
int |
dwSize
Specifies the size of this structure, in bytes.
|
WinDef.BOOL |
fSkipPppAuth
Windows 7 or later: If this member is TRUE, then Point to Point
Protocol (PPP) authentication is skipped and the value in
RasDevSpecificInfo will be passed to the server for validation.
|
WinDef.HWND |
hwndParent
Handle to a parent window that a security DLL can use for dialog box
creation and centering.
|
WinRas.RASDEVSPECIFICINFO |
RasDevSpecificInfo
Windows 7 or later: A RASDEVSPECIFICINFO structure that contains a
cookie to be used for PPP authentication.
|
WinRas.RASEAPINFO |
RasEapInfo
A RASEAPINFO structure that contains user-specific Extensible
Authentication Protocol (EAP) information.
|
BaseTSD.ULONG_PTR |
reserved
This member is reserved for future use.
|
BaseTSD.ULONG_PTR |
reserved1
This member is reserved for future use.
|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
Constructor and Description |
---|
RASDIALEXTENSIONS() |
RASDIALEXTENSIONS(Pointer memory) |
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 dwfOptions
public WinDef.HWND hwndParent
public BaseTSD.ULONG_PTR reserved
public BaseTSD.ULONG_PTR reserved1
public WinRas.RASEAPINFO RasEapInfo
public WinDef.BOOL fSkipPppAuth
public WinRas.RASDEVSPECIFICINFO RasDevSpecificInfo
public RASDIALEXTENSIONS()
public RASDIALEXTENSIONS(Pointer memory)