4 references to RASCONN
System (4)
net\System\Net\UnsafeNativeMethods.cs (4)
288uint dwSize = (uint) Marshal.SizeOf(typeof(RASCONN)); 300RASCONN[] connections = null; 304connections = new RASCONN[count]; 354private static extern uint RasEnumConnections([In, Out] RASCONN[] lprasconn, ref uint lpcb, ref uint lpcConnections);