void IMarshal.ReleaseMarshalData(IntPtr pStm)
 {
     EnsureHasMarshalProxy();
     t_winRtMarshalProxy.ReleaseMarshalData(pStm);
 }
Exemple #2
0
 public void ReleaseMarshalData([In, MarshalAs(UnmanagedType.Interface)] System.Runtime.InteropServices.ComTypes.IStream pstm)
 {
     _marshal.ReleaseMarshalData(pstm);
 }