|
-
March 1st, 2000, 11:57 AM
#1
dwSize for RASENTRY
vbcode
Public Type RASENTRY
'set dwSize to
dwSize As Long
dwfOptions As Long
'Location/Phone Number
dwCountryID As Long
dwCountryCode As Long
szAreaCode(RAS_MaxAreaCode) As String
szLocalPhoneNumber(RAS_MaxPhoneNumber) As String
dwAlternateOffset As Long
' IP Address
ipaddr As RASIPADDR
ipaddrDns As RASIPADDR
ipaddrDnsAlt As RASIPADDR
ipaddrWins As RASIPADDR
ipaddrWinsAlt As RASIPADDR
' Framing
dwFrameSize As Long
dwfNetProtocols As Long
dwFramingProtocol As Long
'Scripting
szScript(MAX_PATH) As String
'AutoDial
szAutodialDll(MAX_PATH) As String
szAutodialFunc(MAX_PATH) As String
'Device
szDeviceType(RAS_MaxDeviceType) As String
szDeviceName(RAS_MaxDeviceName) As String
'X.25
szX25PadType(RAS_MaxPadType) As String
szX25Address(RAS_MaxX25Address) As String
szX25Facilities(RAS_MaxFacilities) As String
szX25UserData(RAS_MaxUserData) As String
dwChannels As Long
'Reserved
dwReserved1 As Long
dwReserved2 As Long
End Type
/vbcode
-
March 2nd, 2000, 03:55 AM
#2
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|