int MXCommon__GetSubsystemNameFromID ( xsd__unsignedLong  SubsystemID,
struct MXCommon__ByteArrayResponse Response 
)
Parameters:
[in] SubsystemID sub-system numerical ID.
[out] Response 
  • sResponse.iReturnValue : Return value
    • 0 : success
    • -1: system error while executing the request (see syserrno)
    • -2: invalid parameter SubsystemName
  • sResponse.syserrno : System-error code. The value of the libc "errno" code, see MXCommon__Strerror().
  • sArray : The symbolic name associated with the ID.
Return values:
SOAP_OK SOAP call success
otherwise SOAP protocol error