dced_list_release(3dce)Releases the resources for a list of entries of a dced service Synopsis #include <dce/dced.h> void dced_list_release( dced_binding_handle_t dced_bh, dced_entry_list_t *list, error_status_t *status); Parameters Input
dced_bh Input\Output
list Output
status
Description Prior to calling this routine, the application must have first established a valid dced binding handle by calling either the dced_binding_create( ) or dced_binding_from_rpc_binding( ) routine, and then the application must have called the dced_list_get( ) 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
Related Information dced_binding_from_rpc_binding(3dce) Book: OSF DCE Application Development Guide - Core Components
|