rpc_ns_entry_object_inq_done(3rpc)Deletes the inquiry context for viewing the objects of an entry in the name service database Used by client, server, or management applications. Synopsis #include <dce/rpc.h> void rpc_ns_entry_object_inq_done( rpc_ns_handle_t *inquiry_context, unsigned32 *status); Parameters Input/Output
inquiry_context Returns the value NULL. Output
status
Description An application calls this routine after viewing exported object UUIDs using the rpc_ns_entry_object_inq_next( ) routine.
Permissions Required
Return Values 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.
rpc_s_ok
rpc_s_invalid_ns_handle
Related Information rpc_ns_entry_object_inq_next(3rpc)
|