コード例 #1
0
ファイル: Winsock_WSA.cs プロジェクト: ARLM-Attic/toapi
 public static extern int WSAIoctl(IntPtr s,
                                   int dwIoControlCode,
                                   [In] IntPtr lpvInBuffer, int cbInBuffer,
                                   IntPtr lpvOutBuffer, int cbOutBuffer,
                                   [Out] out int lpcbBytesReturned,
                                   [In] ref OVERLAPPED lpOverlapped,
                                   [In] TOAPI.Kernel32.Kernel32.FileIOCompletionRoutine lpCompletionRoutine);
コード例 #2
0
ファイル: Winsock_WSA.cs プロジェクト: ARLM-Attic/toapi
 public static extern int WSASend([In] IntPtr s,
                                  [In] WSABUF[] lpBuffers, int dwBufferCount,
                                  [Out] out int lpNumberOfBytesSent,
                                  int dwFlags,
                                  [In] ref OVERLAPPED lpOverlapped,
                                  [In] TOAPI.Kernel32.Kernel32.FileIOCompletionRoutine lpCompletionRoutine);