예제 #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
 public static extern int WSAStartup( int wVersionRequested,	 ref WSADATA lpWSAData );