sec_rgy_site_close-Frees the binding handle for a registry server
#include <dce/binding.h>
void sec_rgy_site_close(
sec_rgy_handle_t context,
error_status_t *status);
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.
The sec_rgy_site_close() routine frees the memory occupied by the specified handle and destroys its binding with the registry server.
A handle cannot be used after it is freed.
- /usr/include/dce/binding.idl
The idl file from which dce/binding.h was derived.
- error_status_ok
The call was successful.
Functions:sec_rgy_site_get() ,sec_rgy_site_is_readonly() ,sec_rgy_site_open() ,sec_rgy_site_open_query() ,sec_rgy_site_open_update() .
Contents | Next section | Index |