System.Net.UnsafeNclNativeMethods.OSSOCK.WSAIoctl C# (CSharp) Метод

WSAIoctl() приватный Метод

private WSAIoctl ( [ socketHandle, [ ioControlCode, [ guid, [ guidSize, [ funcPtr, [ funcPtrSize, [ bytesTransferred, [ shouldBeNull, [ shouldBeNull2 ) : SocketError
socketHandle [
ioControlCode [
guid [
guidSize [
funcPtr [
funcPtrSize [
bytesTransferred [
shouldBeNull [
shouldBeNull2 [
Результат SocketError
            internal static extern SocketError WSAIoctl(
                                                [In] SafeCloseSocket socketHandle,
                                                [In] int ioControlCode,
                                                [In,Out] ref Guid guid,
                                                [In] int guidSize,
                                                [Out] out IntPtr funcPtr,
                                                [In]  int funcPtrSize,
                                                [Out] out int bytesTransferred,
                                                [In] IntPtr shouldBeNull,
                                                [In] IntPtr shouldBeNull2
                                                );