예제 #1
0
파일: NetUtils.cs 프로젝트: zz110/dnSpy
 public static extern uint GetTcpTable2(MIB_TCPTABLE2 *TcpTable, ref uint SizePointer, bool Order);
예제 #2
0
 public static extern uint GetTcpTable2([NativeTypeName("PMIB_TCPTABLE2")] MIB_TCPTABLE2 *TcpTable, [NativeTypeName("PULONG")] uint *SizePointer, BOOL Order);