ComStreamデータ型で公開されるメンバを以下の表に示します。
パブリック コンストラクタ
パブリック プロパティ
パブリック メソッド
| 名前 | 解説 |
| 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 | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. C1.Util.DX.DisposeBaseから継承されます。 |
| 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 | オーバーロードされます。 Query this instance for a particular COM GUID/interface support. C1.Util.DX.ComObjectから継承されます。 |
| QueryInterfaceOrNull | オーバーロードされます。 Query instance for a particular COM GUID/interface support. C1.Util.DX.ComObjectから継承されます。 |
| Read | HRESULT ISequentialStream::Read([Out, Buffer] void* pv,[In] unsigned int cb,[Out, Optional] unsigned int* pcbRead) 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 IStreamobject. |
| 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) C1.Util.DX.Storage.ComStreamBaseから継承されます。 |
トップ
パブリック イベント
パブリック オペレータ
参照