DisconnectToServer(3DMI) DMI Library Functions DisconnectToServer(3DMI)
NAME
DisconnectToServer - disconnect from a DMI service provider
SYNOPSIS
cc [ flag ... ] file ... -ldmici -ldmimi [ library ... ]
#include <dmi/api.hh>
bool_t DisconnectToServer(DmiRpcHandle *dmi_rpc_handle);
DESCRIPTION
The DisconnectToServer() function disconnects a management application or a component instrumentation from a DMI service provider.
RETURN VALUES
The ConnectToServer() function returns TRUE if successful, otherwise FALSE.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|MT-level |Safe |
+-----------------------------+-----------------------------+
SEE ALSO
ConnectToServer(3DMI),attributes(5)
SunOS 5.10 13 Jul 1998 DisconnectToServer(3DMI)