HP-UX SNAplus2 MS Programmer's Guide
Management Services Verbs
DISCONNECT_MS_NODE
Chapter 356
DISCONNECT_MS_NODE
This verb disconnects an application from a node, freeing all resources
associated with that connection. The node from which the application
wants to disconnect is identiļ¬ed by the
target_handle
parameter on the
call.
VCB Structure
typedef struct disconnect_ms_node
{
unsigned short opcode; /* Verb operation code */
unsigned char reserv2; /* reserved */
unsigned char format; /* reserved */
unsigned short primary_rc; /* Primary return code */
unsigned long secondary_rc; /* Secondary return code */
} DISCONNECT_MS_NODE;
Supplied Parameters
An application supplies the following parameter when it issues
DISCONNECT_MS_NODE:
opcode
AP_DISCONNECT_MS_NODE
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