Exemplo n.º 1
0
 public static extern bool WinDivertGetParam([In] IntPtr handle, WINDIVERT_PARAM param, [Out] out ulong pValue);
Exemplo n.º 2
0
 public static extern bool WinDivertGetParam([InAttribute()] DivertSafeHandle handle, WINDIVERT_PARAM param,
                                             [OutAttribute()] out ulong pValue);
Exemplo n.º 3
0
 public static extern bool WinDivertSetParam([In] IntPtr handle, WINDIVERT_PARAM param, ulong value);
Exemplo n.º 4
0
 public static extern bool WinDivertSetParam([InAttribute()] DivertSafeHandle handle, WINDIVERT_PARAM param, ulong value);