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