Previous section.

DCE 1.1: Authentication and Security Services
Copyright © 1997 The Open Group

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

/usr/include/dce/binding.idl

The idl file from which dce/binding.h was derived.

ERRORS

error_status_ok

The call was successful.

SEE ALSO

Functions: sec_rgy_site_get(), sec_rgy_site_is_readonly(), sec_rgy_site_open(), sec_rgy_site_open_query(), sec_rgy_site_open_update().
Please note that the html version of this specification may contain formatting aberrations. The definitive version is available as an electronic publication on CD-ROM from The Open Group.

Contents Next section Index