NAME sec_rgy_site_close - 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. NOTES A handle cannot be used after it is freed. FILES SYS$COMMON:[DCE$LIBRARY]BINDING.IDL The idl file from which dce/binding.h was derived. ERRORS error_status_ok The call was successful. RELATED INFORMATION Functions: sec_intro sec_rgy_site_get sec_rgy_site_is_readonly sec_rgy_site_open sec_rgy_site_open_query sec_rgy_site_open_update