This document is archived and information here might be outdated. Recommended version. |
Copies the memory to a variant that contains an array of bytes.
[Visual Basic .NET]
Public Sub ExportToVariant ( _
ByRef Value As Object _
)
[C#]
public void ExportToVariant (
ref object Value
);
[C++]
HRESULT ExportToVariant(
Variant* Value
);
[C++] Parameters Value [out]
Value is a parameter of type VARIANT*