Exemplo n.º 1
0
 private static extern bool SafeHandleByRef_InOnly([In] ref AbstractDerivedSafeHandle handle, IntPtr expectedValue, IntPtr newValue);
Exemplo n.º 2
0
 public static bool SafeHandleInByRef(AbstractDerivedSafeHandle handle, IntPtr expectedValue) => SafeHandleByRef_InOnly(ref handle, expectedValue, expectedValue);
Exemplo n.º 3
0
 public static extern bool SafeHandleByRef(ref AbstractDerivedSafeHandle handle, IntPtr expectedValue, IntPtr newValue);