Ejemplo n.º 1
0
 void IMarshal.UnmarshalInterface(IntPtr pStm, ref Guid riid, out IntPtr ppv)
 {
     EnsureHasMarshalProxy();
     t_winRtMarshalProxy.UnmarshalInterface(pStm, ref riid, out ppv);
 }
Ejemplo n.º 2
0
 public void UnmarshalInterface([In, MarshalAs(UnmanagedType.Interface)] System.Runtime.InteropServices.ComTypes.IStream pstm, [In] ref Guid riid, out IntPtr ppv)
 {
     _marshal.UnmarshalInterface(pstm, ref riid, out ppv);
 }