Package com.sun.jna.platform.win32
Class WinRas.RASDIALPARAMS
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinRas.RASDIALPARAMS
- Direct Known Subclasses:
- WinRas.RASDIALPARAMS.ByReference
- Enclosing interface:
- WinRas
@FieldOrder({"dwSize","szEntryName","szPhoneNumber","szCallbackNumber","szUserName","szPassword","szDomain"})
public static class WinRas.RASDIALPARAMS
extends Structure
The RASDIALPARAMS structure contains parameters that are used by RasDial
 to establish a remote access connection.
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByValue, Structure.FieldOrder, Structure.StructField
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintA value that specifies the size, in bytes, of the structure.char[]A null-terminated string that contains a callback phone number.char[]A null-terminated string that contains the domain on which authentication is to occur.char[]A null-terminated string that contains the phone-book entry to use to establish the connection.char[]A null-terminated string that contains the user's password.char[]A null-terminated string that contains an overriding phone number.char[]A null-terminated string that contains the user's user name.Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods 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 Details- 
dwSizepublic int dwSizeA value that specifies the size, in bytes, of the structure.
- 
szEntryNamepublic char[] szEntryNameA null-terminated string that contains the phone-book entry to use to establish the connection. An empty string ("") specifies a simple modem connection on the first available modem port, in which case a non-empty szPhoneNumber must be provided.
- 
szPhoneNumberpublic char[] szPhoneNumberA null-terminated string that contains an overriding phone number. An empty string ("") indicates that the phone-book entry's phone number should be used. If szEntryName is "", szPhoneNumber cannot be "".
- 
szCallbackNumberpublic char[] szCallbackNumberA null-terminated string that contains a callback phone number. An empty string ("") indicates that callback should not be used. This string is ignored unless the user has "Set By Caller" callback permission on the RAS server. An asterisk indicates that the number stored in the phone book should be used for callback.
- 
szUserNamepublic char[] szUserNameA null-terminated string that contains the user's user name. This string is used to authenticate the user's access to the remote access server.
- 
szPasswordpublic char[] szPasswordA null-terminated string that contains the user's password. This string is used to authenticate the user's access to the remote access server.
- 
szDomainpublic char[] szDomainA null-terminated string that contains the domain on which authentication is to occur. An empty string ("") specifies the domain in which the remote access server is a member. An asterisk specifies the domain stored in the phone book for the entry.
 
- 
- 
Constructor Details- 
RASDIALPARAMSpublic RASDIALPARAMS()
- 
RASDIALPARAMS
 
-