1 implementation of CopyTo
System.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
72HRESULT IStream.Interface.CopyTo(IStream* pstm, ulong cb, ulong* pcbRead, ulong* pcbWritten)
5 references to CopyTo
System.Private.Windows.Core (5)
_generated\161\Windows.Win32.IStream.g.cs (1)
277 return __object.CopyTo(pstm, cb, pcbRead, pcbWritten);
_generated\244\Windows.Win32.System_Com_IStream_Extensions.g.cs (4)
89 /// <inheritdoc cref="winmdroot.System.Com.IStream.Interface.CopyTo(winmdroot.System.Com.IStream*, ulong, ulong*, ulong*)"/> 96 winmdroot.Foundation.HRESULT __result = @this.CopyTo(pstm, cb, pcbReadLocal, pcbWrittenLocal); 102 /// <inheritdoc cref="winmdroot.System.Com.IStream.Interface.CopyTo(winmdroot.System.Com.IStream*, ulong, ulong*, ulong*)"/> 105 winmdroot.Foundation.HRESULT __result = @this.CopyTo(pstm, cb, default(ulong* ), default(ulong* ));