1 interface inheriting from Interface
System.Private.Windows.Core (1)
Windows.Win32.IStream.g.cs (1)
524
:winmdroot.System.Com.ISequentialStream.
Interface
{
6 references to Interface
System.Private.Windows.Core (6)
Windows.Win32.ISequentialStream.g.cs (2)
62
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
101
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
Windows\Win32\System\Com\ComManagedStream.cs (4)
112
HRESULT ISequentialStream.
Interface
.Read(void* pv, uint cb, uint* pcbRead)
131
=> ((ISequentialStream.
Interface
)this).Read(pv, cb, pcbRead);
229
HRESULT ISequentialStream.
Interface
.Write(void* pv, uint cb, uint* pcbWritten)
248
=> ((ISequentialStream.
Interface
)this).Write(pv, cb, pcbWritten);