Provides access to members that control the Blob Stream.
Members
| 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 |
IMemoryBlobStream2.AllocSize Property
The allocated size of the stream.
Public Property AllocSize As Integer
public uint AllocSize {get; set;}
IMemoryBlobStream2.PaddingSize Property
The allocated size of the stream.
Public Property PaddingSize As Integer
public uint PaddingSize {get; set;}
Inherited Interfaces
| 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 that implement IMemoryBlobStream2
| Classes | Description |
|---|---|
| MemoryBlobStream | Memory blob stream object. |


