In This Topic
The following tables list the members exposed by ComStream.
Public Constructors
Public Properties
Public Methods
| Name | Description |
| Clone | HRESULT IStream::Clone([Out] IStream** ppstm) |
| Commit | HRESULT IStream::Commit([In] STGC grfCommitFlags) |
| CopyTo | Copies a specified number of bytes from the current seek pointer in the stream to the current seek pointer in another stream. |
| Dispose | Overloaded. Clean up any resources being used. (Inherited from C1.Util.DX.ComObject) |
| GetStatistics | HRESULT IStream::Stat([Out] STATSTG* pstatstg,[In] STATFLAG grfStatFlag) |
| LockRegion | HRESULT IStream::LockRegion([In] ULARGE_INTEGER libOffset,[In] ULARGE_INTEGER cb,[In] LOCKTYPE dwLockType) |
| QueryInterface | Overloaded. Query this instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
| QueryInterfaceOrNull | Overloaded. Query instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
| Read | HRESULT ISequentialStream::Read([Out, Buffer] void* pv,[In] unsigned int cb,[Out, Optional] unsigned int* pcbRead) (Inherited from C1.Util.DX.Storage.ComStreamBase) |
| Revert | HRESULT IStream::Revert() |
| Seek | HRESULT IStream::Seek([In] LARGE_INTEGER dlibMove,[In] SHARPDX_SEEKORIGIN dwOrigin,[Out, Optional] ULARGE_INTEGER* plibNewPosition) |
| SetSize | HRESULT IStream::SetSize([In] ULARGE_INTEGER libNewSize) |
| ToIntPtr | Gets a com pointer to the underlying IStream object. |
| UnlockRegion | HRESULT IStream::UnlockRegion([In] ULARGE_INTEGER libOffset,[In] ULARGE_INTEGER cb,[In] LOCKTYPE dwLockType) |
| Write | HRESULT ISequentialStream::Write([In, Buffer] const void* pv,[In] unsigned int cb,[Out, Optional] unsigned int* pcbWritten) (Inherited from C1.Util.DX.Storage.ComStreamBase) |
Top
Public Events
Public Operators
See Also