static SocketError Interop.Winsock.WSAIoctl_Blocking |
( |
SafeSocketHandle | socketHandle, |
|
|
[In] int | ioControlCode, |
|
|
[In] byte[] | inBuffer, |
|
|
[In] int | inBufferSize, |
|
|
[Out] byte[] | outBuffer, |
|
|
[In] int | outBufferSize, |
|
|
out int | bytesTransferred, |
|
|
[In] IntPtr | overlapped, |
|
|
[In] IntPtr | completionRoutine ) |
|
package |