@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm 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: RASCONNSTATUS@msdn on MSDN
Edit Structures.RASCON...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.