CMDBTermination function
The CMDBTermination
function performs environment-specific cleanup routines and disconnects from the session. All API programs that interact with the Class Manager session should call this function upon completing work in the session.
Synopsis
#include "ar.h"
#include "arextern.h"
#include "cmdb.h"
int CMDBTermination(
ARControlStruct *control,
ARStatusList *status)
Input argument
Input argument |
Description |
---|---|
|
The control record for the operation, which contains information about the user requesting the operation and the server on which the operation is to be performed. |
Return value
Return value |
Description |
---|---|
|
A list of zero or more notes, warnings, or errors generated from a call of this function. |
Comments