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
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation
RASPPPIP on MSDN