RASCONNSTATUS (Structures)
Last changed: -81.178.103.47

.
Summary
TODO - a short description

C# Definition:

   struct RASCONNSTATUS
  {
    public int     dwSize;
    public RASCONNSTATE  rasconnstate;
    int     dwError;
    [MarshalAs(UnmanagedType.ByValTStr, SizeConst=16 + 1)]
    public string     szDeviceType;
    [MarshalAs(UnmanagedType.ByValTStr, SizeConst=128 + 1)]
    public string     szDeviceName;
    [MarshalAs(UnmanagedType.ByValTStr, SizeConst=128 + 1)]
    public string    szPhoneNumber;
  }

VB Definition:

Structure RASCONNSTATUS
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

if you WINVER<0x401 ,Remove szPhoneNumber

Alternative Managed API:

http://www.codeplex.com/DotRas

Documentation