public interface WinRas
Modifier and Type | Interface | Description |
---|---|---|
static class |
WinRas.RAS_STATS |
The RAS_STATS structure stores the statistics for a single-link RAS connection, or for one of the links in a multilink RAS connection.
|
static class |
WinRas.RASCONN |
The RASCONN structure provides information about a remote access connection.
|
static class |
WinRas.RASCONNSTATUS |
The RASCONNSTATUS structure describes the current status of a remote access connection.
|
static class |
WinRas.RASCREDENTIALS |
The RASCREDENTIALS structure is used with the RasGetCredentials and RasSetCredentials functions to specify the user credentials associated with a RAS phone-book entry.
|
static class |
WinRas.RASDEVSPECIFICINFO |
The RASDEVSPECIFICINFO structure is used to send a cookie for server validation and bypass
point-to-point (PPP) authentication.
|
static class |
WinRas.RASDIALEXTENSIONS |
The RASDIALEXTENSIONS structure contains information about extended features of the RasDial function.
|
static interface |
WinRas.RasDialFunc2 |
The asynchronous dial calback interface
|
static class |
WinRas.RASDIALPARAMS |
The RASDIALPARAMS structure contains parameters that are used by RasDial to establish a remote access connection.
|
static class |
WinRas.RASEAPINFO |
The RASEAPINFO structure contains user-specific Extensible Authentication Protocol (EAP) information.
|
static class |
WinRas.RASENTRY |
The RASENTRY structure describes a phone-book entry.
|
static class |
WinRas.RASIPADDR |
The RASIPADDR structure contains an IP address of the form "a.b.c.d".
|
static class |
WinRas.RASIPV4ADDR |
This RASTUNNELENDPOINT structure is used to define the end-point of a virtual private network (VPN) tunnel.
|
static class |
WinRas.RASIPV6ADDR |
This RASTUNNELENDPOINT structure is used to define the end-point of a virtual private network (VPN) tunnel.
|
static class |
WinRas.RASPPPIP |
The RASPPPIP structure contains the result of a PPP IP projection operation.
|
static class |
WinRas.RASTUNNELENDPOINT |
This RASTUNNELENDPOINT structure is used to define the end-point of a virtual private network (VPN) tunnel.
|
Modifier and Type | Field | Description |
---|---|---|
static int |
DNLEN |
|
static int |
ERROR_BUFFER_TOO_SMALL |
|
static int |
ERROR_CANNOT_FIND_PHONEBOOK_ENTRY |
|
static int |
MAX_PATH |
|
static int |
PWLEN |
|
static int |
RAS_MaxAreaCode |
|
static int |
RAS_MaxCallbackNumber |
|
static int |
RAS_MaxDeviceName |
|
static int |
RAS_MaxDeviceType |
|
static int |
RAS_MaxDnsSuffix |
|
static int |
RAS_MaxEntryName |
|
static int |
RAS_MaxFacilities |
|
static int |
RAS_MaxIpAddress |
|
static int |
RAS_MaxPadType |
|
static int |
RAS_MaxPhoneNumber |
|
static int |
RAS_MaxUserData |
|
static int |
RAS_MaxX25Address |
|
static int |
RASCM_Domain |
|
static int |
RASCM_Password |
|
static int |
RASCM_UserName |
|
static int |
RASCS_Connected |
|
static int |
RASCS_Disconnected |
|
static java.lang.String |
RASDT_Modem |
|
static int |
RASTUNNELENDPOINT_IPv4 |
|
static int |
RASTUNNELENDPOINT_IPv6 |
|
static int |
UNLEN |
static final int ERROR_BUFFER_TOO_SMALL
static final int ERROR_CANNOT_FIND_PHONEBOOK_ENTRY
static final int MAX_PATH
static final int UNLEN
static final int PWLEN
static final int DNLEN
static final int RAS_MaxEntryName
static final int RAS_MaxPhoneNumber
static final int RAS_MaxCallbackNumber
static final int RAS_MaxDeviceType
static final int RAS_MaxDeviceName
static final int RAS_MaxDnsSuffix
static final int RAS_MaxAreaCode
static final int RAS_MaxX25Address
static final int RAS_MaxIpAddress
static final int RAS_MaxFacilities
static final int RAS_MaxUserData
static final int RAS_MaxPadType
static final int RASCS_Connected
static final int RASCS_Disconnected
static final int RASCM_UserName
static final int RASCM_Password
static final int RASCM_Domain
static final int RASTUNNELENDPOINT_IPv4
static final int RASTUNNELENDPOINT_IPv6
static final java.lang.String RASDT_Modem