This document is archived and information here might be outdated. Recommended version. |
Writes an element value as a binary array.
[Visual Basic .NET]
Public Sub WriteBinary ( _
ByRef Value As Byte[]& _
)
[C#] public void WriteBinary ( ref Byte[]& Value );
[C++]
HRESULT WriteBinary(
SAFEARRAY(System.Byte)* Value
);
[C++]
Parameters Value [in]
Value is a parameter of type SAFEARRAY(unsigned char)*
The WriteBinary method writes an element value as a binary array.