RASPPPIP (Structures)
Last changed: ComputaFreak-88.144.9.206

.
Summary
TODO - a short description

C# Definition:

struct RASPPPIP {
   public int dwSize;
   public int dwError;
   [MarshalAs(UnmanagedType.ByValTStr, SizeConst=15 + 1)]
   public string szIpAddress;
}

VB Definition:

Structure RASPPPIP
   Dim dwSize As Int32
   Dim dwError As Int32
   Dim szIpAddress As String
End Structure

User-Defined Field Types:

None.

Notes:

None.

Alternative Managed API:

http://www.codeplex.com/DotRas

Documentation
RASPPPIP on MSDN