1 implementation of Write
System.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
250HRESULT IStream.Interface.Write(void* pv, uint cb, uint* pcbWritten)
5 references to Write
System.Private.Windows.Core (5)
_generated\161\Windows.Win32.IStream.g.cs (1)
140 return __object.Write(pv, cb, pcbWritten);
_generated\244\Windows.Win32.System_Com_IStream_Extensions.g.cs (4)
47 /// <inheritdoc cref="winmdroot.System.Com.IStream.Interface.Write(void*, uint, uint*)"/> 55 winmdroot.Foundation.HRESULT __result = @this.Write((void* )pvLocal, (uint )pv.Length, pcbWrittenLocal); 61 /// <inheritdoc cref="winmdroot.System.Com.IStream.Interface.Write(void*, uint, uint*)"/> 66 winmdroot.Foundation.HRESULT __result = @this.Write((void* )pvLocal, (uint )pv.Length, default(uint* ));