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