Package com.sun.jna.platform.win32
Interface WinRas
- 
 public interface WinRasDefinitions for RASAPI32
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classWinRas.RAS_STATSThe RAS_STATS structure stores the statistics for a single-link RAS connection, or for one of the links in a multilink RAS connection.static classWinRas.RASCONNThe RASCONN structure provides information about a remote access connection.static classWinRas.RASCONNSTATUSThe RASCONNSTATUS structure describes the current status of a remote access connection.static classWinRas.RASCREDENTIALSThe RASCREDENTIALS structure is used with the RasGetCredentials and RasSetCredentials functions to specify the user credentials associated with a RAS phone-book entry.static classWinRas.RASDEVSPECIFICINFOThe RASDEVSPECIFICINFO structure is used to send a cookie for server validation and bypass point-to-point (PPP) authentication.static classWinRas.RASDIALEXTENSIONSThe RASDIALEXTENSIONS structure contains information about extended features of the RasDial function.static interfaceWinRas.RasDialFunc2The asynchronous dial calback interfacestatic classWinRas.RASDIALPARAMSThe RASDIALPARAMS structure contains parameters that are used by RasDial to establish a remote access connection.static classWinRas.RASEAPINFOThe RASEAPINFO structure contains user-specific Extensible Authentication Protocol (EAP) information.static classWinRas.RASENTRYThe RASENTRY structure describes a phone-book entry.static classWinRas.RASIPADDRThe RASIPADDR structure contains an IP address of the form "a.b.c.d".static classWinRas.RASIPV4ADDRThis RASTUNNELENDPOINT structure is used to define the end-point of a virtual private network (VPN) tunnel.static classWinRas.RASIPV6ADDRThis RASTUNNELENDPOINT structure is used to define the end-point of a virtual private network (VPN) tunnel.static classWinRas.RASPPPIPThe RASPPPIP structure contains the result of a PPP IP projection operation.static classWinRas.RASTUNNELENDPOINTThis RASTUNNELENDPOINT structure is used to define the end-point of a virtual private network (VPN) tunnel.
 - 
Field SummaryFields Modifier and Type Field Description static intDNLENstatic intERROR_BUFFER_TOO_SMALLstatic intERROR_CANNOT_FIND_PHONEBOOK_ENTRYstatic intMAX_PATHstatic intPWLENstatic intRAS_MaxAreaCodestatic intRAS_MaxCallbackNumberstatic intRAS_MaxDeviceNamestatic intRAS_MaxDeviceTypestatic intRAS_MaxDnsSuffixstatic intRAS_MaxEntryNamestatic intRAS_MaxFacilitiesstatic intRAS_MaxIpAddressstatic intRAS_MaxPadTypestatic intRAS_MaxPhoneNumberstatic intRAS_MaxUserDatastatic intRAS_MaxX25Addressstatic intRASCM_Domainstatic intRASCM_Passwordstatic intRASCM_UserNamestatic intRASCS_Connectedstatic intRASCS_Disconnectedstatic java.lang.StringRASDT_Modemstatic intRASTUNNELENDPOINT_IPv4static intRASTUNNELENDPOINT_IPv6static intUNLEN
 
- 
- 
- 
Field Detail- 
ERROR_BUFFER_TOO_SMALLstatic final int ERROR_BUFFER_TOO_SMALL - See Also:
- Constant Field Values
 
 - 
ERROR_CANNOT_FIND_PHONEBOOK_ENTRYstatic final int ERROR_CANNOT_FIND_PHONEBOOK_ENTRY - See Also:
- Constant Field Values
 
 - 
MAX_PATHstatic final int MAX_PATH - See Also:
- Constant Field Values
 
 - 
UNLENstatic final int UNLEN - See Also:
- Constant Field Values
 
 - 
PWLENstatic final int PWLEN - See Also:
- Constant Field Values
 
 - 
DNLENstatic final int DNLEN - See Also:
- Constant Field Values
 
 - 
RAS_MaxEntryNamestatic final int RAS_MaxEntryName - See Also:
- Constant Field Values
 
 - 
RAS_MaxPhoneNumberstatic final int RAS_MaxPhoneNumber - See Also:
- Constant Field Values
 
 - 
RAS_MaxCallbackNumberstatic final int RAS_MaxCallbackNumber - See Also:
- Constant Field Values
 
 - 
RAS_MaxDeviceTypestatic final int RAS_MaxDeviceType - See Also:
- Constant Field Values
 
 - 
RAS_MaxDeviceNamestatic final int RAS_MaxDeviceName - See Also:
- Constant Field Values
 
 - 
RAS_MaxDnsSuffixstatic final int RAS_MaxDnsSuffix - See Also:
- Constant Field Values
 
 - 
RAS_MaxAreaCodestatic final int RAS_MaxAreaCode - See Also:
- Constant Field Values
 
 - 
RAS_MaxX25Addressstatic final int RAS_MaxX25Address - See Also:
- Constant Field Values
 
 - 
RAS_MaxIpAddressstatic final int RAS_MaxIpAddress - See Also:
- Constant Field Values
 
 - 
RAS_MaxFacilitiesstatic final int RAS_MaxFacilities - See Also:
- Constant Field Values
 
 - 
RAS_MaxUserDatastatic final int RAS_MaxUserData - See Also:
- Constant Field Values
 
 - 
RAS_MaxPadTypestatic final int RAS_MaxPadType - See Also:
- Constant Field Values
 
 - 
RASCS_Connectedstatic final int RASCS_Connected - See Also:
- Constant Field Values
 
 - 
RASCS_Disconnectedstatic final int RASCS_Disconnected - See Also:
- Constant Field Values
 
 - 
RASCM_UserNamestatic final int RASCM_UserName - See Also:
- Constant Field Values
 
 - 
RASCM_Passwordstatic final int RASCM_Password - See Also:
- Constant Field Values
 
 - 
RASCM_Domainstatic final int RASCM_Domain - See Also:
- Constant Field Values
 
 - 
RASTUNNELENDPOINT_IPv4static final int RASTUNNELENDPOINT_IPv4 - See Also:
- Constant Field Values
 
 - 
RASTUNNELENDPOINT_IPv6static final int RASTUNNELENDPOINT_IPv6 - See Also:
- Constant Field Values
 
 - 
RASDT_Modemstatic final java.lang.String RASDT_Modem - See Also:
- Constant Field Values
 
 
- 
 
-