HP-UX SNAplus2 MS Programmer's Guide
Management Services Verbs
UNREGISTER_MS_APPLICATION
Chapter 388
UNREGISTER_MS_APPLICATION
The UNREGISTER_MS_APPLICATION verb indicates to SNAplus2
that this application, which previously registered to receive MDS_MUs,
no longer wants to receive them. After this verb completes successfully,
SNAplus2 no longer sends any received MDS_MUs to the application.
Before terminating, an application should always issue
UNREGISTER_MS_APPLICATION for all its registered application
names, followed by DISCONNECT_MS_NODE.
VCB Structure
typedef struct unregister_ms_application
{
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 */
unsigned char ms_appl_name[8]; /* MS application name */
} UNREGISTER_MS_APPLICATION;
Supplied Parameters
The application supplies the following parameters when it issues
UNREGISTER_MS_APPLICATION:
opcode
AP_UNREGISTER_MS_APPLICATION
ms_appl_name
The name identifying the application that is
unregistering. This must be a name that the
application has previously speciļ¬ed using
REGISTER_MS_APPLICATION. The string must be
eight characters long; pad on the right with EBCDIC
space characters (0x40) if necessary.