IStream Members
Include Protected Members
Include Inherited Members
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The IStream type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone(IStream%) | Infrastructure. | |
Commit(UInt32) | Infrastructure. | |
LockRegion(_ULARGE_INTEGER, _ULARGE_INTEGER, UInt32) | Infrastructure. | |
RemoteCopyTo(IStream, _ULARGE_INTEGER, _ULARGE_INTEGER%, _ULARGE_INTEGER%) | Infrastructure. | |
RemoteRead(Byte%, UInt32, UInt32%) | Infrastructure. (Inherited from ISequentialStream.) | |
RemoteRead(Byte%, UInt32, UInt32%) | Infrastructure. | |
RemoteSeek(_LARGE_INTEGER, UInt32, _ULARGE_INTEGER%) | Infrastructure. | |
RemoteWrite(Byte%, UInt32, UInt32%) | Infrastructure. (Inherited from ISequentialStream.) | |
RemoteWrite(Byte%, UInt32, UInt32%) | Infrastructure. | |
Revert() | Infrastructure. | |
SetSize(_ULARGE_INTEGER) | Infrastructure. | |
Stat(tagSTATSTG%, UInt32) | ||
UnlockRegion(_ULARGE_INTEGER, _ULARGE_INTEGER, UInt32) | Infrastructure. |
Top