This document is archived and information here might be outdated. Recommended version. |
Request message in binary format.
[Visual Basic .NET]
Public Property BinaryRequest As Byte[]
[C#]
public Byte[] BinaryRequest {get; set;}
[C++]
HRESULT get_BinaryRequest(
SAFEARRAY(System.Byte)* ppVal
);
[C++]
HRESULT put_BinaryRequest(
SafeArray ppVal
);
[C++] Parameters ppVal [out, retval]
ppVal is a parameter of type SAFEARRAY(unsigned char)* ppVal [in]
ppVal is a parameter of type SAFEARRAY(unsigned char)