Beispiel #1
0
 internal static partial IntPtr WSASocketW(
     AddressFamily addressFamily,
     SocketType socketType,
     int protocolType,
     IntPtr protocolInfo,
     int group,
     int flags);
 internal static extern IntPtr WSASocketW(
     [In] AddressFamily addressFamily,
     [In] SocketType socketType,
     [In] int protocolType,
     [In] IntPtr protocolInfo,
     [In] int group,
     [In] int flags);