2 implementations of Write
System.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
247
HRESULT IStream.Interface.
Write
(void* pv, uint cb, uint* pcbWritten)
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\GlobalInterfaceTableTests.cs (1)
40
public unsafe HRESULT
Write
(void* pv, uint cb, [Optional] uint* pcbWritten) => throw new NotImplementedException();
1 reference to Write
System.Private.Windows.Core (1)
Windows.Win32.IStream.g.cs (1)
92
return __object.
Write
(pv, cb, pcbWritten);