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