Provides access to methods for importing and exporting variants to and from a MemoryBlobStream.
Members
| Name | Description | |
|---|---|---|
![]() |
ExportToVariant | Copies the memory to a variant that contains an array of bytes. |
![]() |
ImportFromVariant | Imports from the array of bytes in the variant. |
IMemoryBlobStreamVariant.ExportToVariant Method
Copies the memory to a variant that contains an array of bytes.
Public Sub ExportToVariant ( _
    ByRef Value As Object _
)
public void ExportToVariant (
    ref object Value
);
IMemoryBlobStreamVariant.ImportFromVariant Method
Imports from the array of bytes in the variant.
Public Sub ImportFromVariant ( _
    ByVal Value As Object _
)
public void ImportFromVariant (
    object Value
);
Classes that implement IMemoryBlobStreamVariant
| Classes | Description |
|---|---|
| MemoryBlobStream | Memory blob stream object. |
