This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the Blob Stream.
Name | Description | |
---|---|---|
AllocSize | The allocated size of the stream. | |
AttachToMemory | Attaches the stream to memory. If transferOwnership is true, memory must be allocated with HeapAlloc() using GetProcessHeap(). | |
Clone | ||
Commit | ||
ImportFromMemory | Import using another blob. | |
LoadFromFile | Loads a stream from the specified file. | |
LockRegion | ||
Memory | The memory of the blob stream. | |
PaddingSize | The allocated size of the stream. | |
RemoteCopyTo | ||
RemoteRead | ||
RemoteSeek | ||
RemoteWrite | ||
Revert | ||
SaveToFile | Saves the stream to the specified file. | |
SetSize | ||
Size | The size of the stream. | |
Stat | ||
UnlockRegion |
Interfaces | Description |
---|---|
IMemoryBlobStream | Provides access to members that control the Blob Stream. |
IBlobStream | Provides access to members that control a Blob Stream. |
IStream | |
ISequentialStream |
Classes | Description |
---|---|
MemoryBlobStream | Memory blob stream object. |