CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    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



  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: dwSize for RASENTRY

    probably LenB(RASENTRY)


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured