ISequentialStream struct ISequentialStream : IVTable<ISequentialStream, Vtbl>, IVTable, IComIID Documentation Code public static void PopulateVTable(Vtbl* vtable) public uint AddRef() public HRESULT QueryInterface(Guid* riid, Void** ppvObject) public HRESULT Read(Void* pv, uint cb, UInt32* pcbRead) Reads a specified number of bytes from the stream object into memory, starting at the current seek pointer. public uint Release() public HRESULT Write(Void* pv, uint cb, UInt32* pcbWritten) Writes a specified number of bytes into the stream object starting at the current seek pointer.