This document is archived and information here might be outdated. Recommended version. |
Job results in REST format.
[Visual Basic .NET] Public Sub SetRESTResults ( _ ByVal Val As String, _ ByVal pVal As Byte[] _ )
[C#] public void SetRESTResults ( string Val, Byte[] pVal );
[C++]
HRESULT SetRESTResults(
BSTR Val,
SafeArray pVal
);
[C++]
Parameters Val [in]
Val is a parameter of type BSTR pVal [in]
pVal is a parameter of type SAFEARRAY(unsigned char)