예제 #1
0
 private static extern bool SafeHandleByRef_InOnly([In] ref AbstractDerivedSafeHandle handle, IntPtr expectedValue, IntPtr newValue);
예제 #2
0
 public static bool SafeHandleInByRef(AbstractDerivedSafeHandle handle, IntPtr expectedValue) => SafeHandleByRef_InOnly(ref handle, expectedValue, expectedValue);
예제 #3
0
 public static extern bool SafeHandleByRef(ref AbstractDerivedSafeHandle handle, IntPtr expectedValue, IntPtr newValue);