int MXCommon__GetSubsystemIDFromName ( struct xsd__base64Binary SubsystemName,
struct MXCommon__unsignedLongResponse Response 
)
Parameters:
[in] SubsystemName sub-system symbolic name.
[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().
  • Value The numerical ID of the sub-system "SubsystemName".
Return values:
SOAP_OK SOAP call success
otherwise SOAP protocol error