Exemple #1
0
 public static extern bool StructWithSafeHandleByRef(ref StructWithHandle str, IntPtr expectedValue, IntPtr newValue);
Exemple #2
0
 public static extern void StructWithSafeHandleOut(out StructWithHandle str, IntPtr expectedValue);
Exemple #3
0
 public static extern bool StructWithSafeHandleByValue(StructWithHandle str, IntPtr expectedValue);