예제 #1
0
 public static extern bool WinDivertGetParam([In] WinDivertSafeHandle handle, WinDivertParam param, [Out] out ulong pValue);
예제 #2
0
 public static extern bool WinDivertSetParam([In] WinDivertSafeHandle handle, WinDivertParam param, ulong value);
예제 #3
0
 public static extern bool WinDivertSendEx([In] WinDivertSafeHandle handle, [In] byte[] pPacket, uint packetLen, ulong flags, [In] ref Address pAddr, uint writeLen, IntPtr lpOverlapped);
예제 #4
0
 public static extern bool WinDivertSend([In] WinDivertSafeHandle handle, [In] byte[] pPacket, uint packetLen, [In] ref Address pAddr, ref uint writeLen);
예제 #5
0
 public static extern bool WinDivertRecvEx([In] WinDivertSafeHandle handle, byte[] pPacket, uint packetLen, ulong flags, ref Address pAddr, uint readLen, IntPtr lpOverlapped);
예제 #6
0
 public static extern bool WinDivertRecv([In] WinDivertSafeHandle handle, byte[] pPacket, uint packetLen, ref Address pAddr, ref uint readLen);