sec_rgy_site_close(3sec)
Frees the binding handle for a registry server
Synopsis
#include <dce/binding.h> void sec_rgy_site_close( sec_rgy_handle_t context, error_status_t
*status);
Parameters
Input
context An opaque handle indicating (bound to) a registry server. Use sec_rgy_site_open( ) to acquire a bound handle.
Output
status A pointer to the completion status. On successful completion, the routine returns error_status_ok. Otherwise, it returns an error.
Description The sec_rgy_site_close( ) routine frees the memory occupied by the specified handle and destroys its binding with the registry server.
Note A handle cannot be used after it is freed.
Files
/usr/include/dce/binding.idl The idl file from which dce/binding.h was derived.
Errors
The following describes a partial list of errors that might be returned. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages.
error_status_ok The call was successful.
Related Information Functions:
sec_intro(3sec)
sec_rgy_site_get(3sec)
sec_rgy_site_is_readonly(3sec)
sec_rgy_site_open(3sec)
sec_rgy_site_open_query(3sec)
sec_rgy_site_open_update(3sec)
|