HP-UX SNAplus2 MS Programmer's Guide
Management Services Verbs
UNREGISTER_NMVT_APPLICATION
Chapter 392
UNREGISTER_NMVT_APPLICATION
The UNREGISTER_NMVT_APPLICATION verb indicates to SNAplus2
that this application, which previously registered to receive NMVTs for a
given application name, no longer wants to receive them for that name.
If the application used the same application name in multiple
REGISTER_NMVT_APPLICATION verbs to accept different types of
NMVTs, unregistering this name means that the application no longer
receives any of these NMVTs. However, if the application registered
using more than one name, it continues to receive NMVTs of the types
specified for any remaining application names.
Before terminating, an application should always issue
UNREGISTER_NMVT_APPLICATION for all its registered application
names, followed by DISCONNECT_MS_NODE.
VCB Structure
typedef struct unregister_nmvt_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_NMVT_APPLICATION;
Supplied Parameters
An application supplies the following parameters when it issues
UNREGISTER_NMVT_APPLICATION:
opcode
AP_UNREGISTER_NMVT_APPLICATION
ms_appl_name
The name identifying the application that is
unregistering. This must be a name that the
application has previously specified using