HP-UX SNAplus2 MS Programmer's Guide

Management Services Verbs
UNREGISTER_MS_APPLICATION
Chapter 3 89
Returned Parameters
After the verb executes, SNAplus2 returns parameters to indicate
whether the execution was successful and, if not, to indicate the reason
the execution was not successful.
Successful Execution
If the verb executes successfully, SNAplus2 returns the following
parameter:
primary_rc
AP_OK
SNAplus2 does not return a
secondary_rc
when the verb executes
successfully.
Unsuccessful Execution
When a verb does not execute successfully, SNAplus2 returns a primary
return code to indicate the type of error and a secondary return code to
provide specific details about the reason for unsuccessful execution.
Parameter Check If the verb does not execute because of a parameter
error, SNAplus2 returns the following parameters:
primary_rc
AP_PARAMETER_CHECK
secondary_rc
One of the following:
AP_INVALID_TARGET_HANDLE
The supplied target handle was not a
valid value returned on a previous
CONNECT_MS_NODE verb.
AP_MS_APPL_NAME_NOT_REGD
The application has not previously
issued
REGISTER_MS_APPLICATION
with the application name specified
on this verb.