Beispiel #1
0
 public static IntPtr FreeContext(IntPtr ctx)
 {
     return(Is64 ? NativeMethods64.FreeContext(ctx)
         : NativeMethods32.FreeContext(ctx));
 }