IStream : Method overview By inheritance
IStream
Member | Visibility | Description |
---|---|---|
Clone | default | Clone the stream instance |
Commit | default | Commit data to the stream |
CopyTo | default | Copy data from one stream to another |
LockRegion | default | Lock a region of bytes in the stream |
Revert | default | Revert changes |
Seek | default | Set the stream position |
SetSize | default | Set the stream size |
Stat | default | return information about the stream. |
UnlockRegion | default | Unlocks a previously locked region of bytes in the stream |
ISequentialStream
Member | Visibility | Description |
---|---|---|
Read | default | Read data from the stream |
Write | default | Write data to the stream |
IUnknown
Member | Visibility | Description |
---|---|---|
QueryInterface | default | Return pointer to VMT table of interface |
_AddRef | default | Increase reference count of the interface |
_Release | default | Decrease reference count of the interface |