This document is archived and information here might be outdated. Recommended version. |
Extracts the job ID from a binary message that contains this information.
[Visual Basic .NET]
Public Function GetJobIDFromBinaryResponse ( _
ByVal response As Byte[] _
) As String
[C#]
public string GetJobIDFromBinaryResponse (
Byte[] response
);
[C++]
HRESULT GetJobIDFromBinaryResponse(
SafeArray response
);
[C++] Parameters response [in]
response is a parameter of type SAFEARRAY(unsigned char)