コード例 #1
0
 public static extern int WSAStartup(UInt16 wVersionRequested, WSADATA lpWSAData);
コード例 #2
0
ファイル: WinApi.cs プロジェクト: nospy/EasyConnect
 public static extern int WSAStartup(UInt16 wVersionRequested, WSADATA lpWSAData);
コード例 #3
0
ファイル: Packet32h.cs プロジェクト: dbose/raagahacker
 public static extern int WSAStartup( int wVersionRequested,	 ref WSADATA lpWSAData );