This document is archived and information here might be outdated. Recommended version. |
Job results in binary format.
[Visual Basic .NET]
Public Property BinaryResults As Byte[]
[C#]
public Byte[] BinaryResults {get; set;}
[C++]
HRESULT get_BinaryResults(
SAFEARRAY(System.Byte)* ppVal
);
[C++]
HRESULT put_BinaryResults(
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)