dced_secval_status(3dce)Indicates whether or not a specific host's security validation service of dced is running Synopsis #include <dce/dced.h> void dced_secval_status( dced_binding_handle_t dced_bh, boolean32 *secval_active, error_status_t *status); Parameters Input
dced_bh Output
secval_active
status
Description Prior to calling this routine, the application must have established a valid dced binding handle to the secval service by calling either the dced_binding_create( ) or dced_binding_from_rpc_binding( ) routine. 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 dced_s_bad_binding
Related Information dced_binding_from_rpc_binding(3dce) Commands: dced(8dce), secval(8dce) Book: OSF DCE Application Development Guide - Core Components
|