| VMS Help DCE, DCE_SECURITY, API Routines, sec_rgy_wait_until_consistent *Conan The Librarian | 
 NAME
   sec_rgy_wait_until_consistent - Blocks the caller while prior
 				  updates are propagated to the
 			          registry replicas
 SYNOPSIS
 #include <dce/misc.h>
 boolean32 sec_rgy_wait_until_consistent(
         sec_rgy_handle_t context,
         error_status_t *status);
 PARAMETERS
 Input
 context
        The registry server handle associated with the master registry.
 Output
 status
        A pointer to the completion status.  On successful completion,
        status is assigned error_status_ok.  Otherwise, it returns an
        error.
 DESCRIPTION
 The sec_rgy_wait_until_consistent() routine blocks callers until all
 prior updates to the master registry have been propagated to all
 active registry replicas.
 RETURN VALUES
 The routine returns TRUE when all active replicas have received the
 prior updates.  It returns FALSE if at least one replica did not
 receive the updates.
 FILES
 SYS$COMMON:[DCE$LIBRARY]MISC.IDL
              The idl file from which dce/misc.h was derived.
 ERRORS
 sec_rgy_server_unavailable
              The server for the master registry is not available.
 sec_rgy_read_only
              Either the master site is in maintenance mode or the
              site associated with the handle is a read-only (query)
              site.
 error_status_ok
              The call was successful.
 RELATED INFORMATION
 Functions: sec_intro
|  |