Esempio n. 1
0
 public static IntPtr CloseStream(IntPtr stm)
 {
     return(Is64 ? NativeMethods64.CloseStream(stm)
         : NativeMethods32.CloseStream(stm));
 }