rpc_ns_entry_object_inq_begin(3rpc)Creates an 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_begin( unsigned32 entry_name_syntax, unsigned_char_t *entry_name, rpc_ns_handle_t *inquiry_context, unsigned32 *status); Parameters Input
entry_name_syntax To use the syntax specified in the RPC_DEFAULT_ENTRY_SYNTAX environment variable, provide a value of rpc_c_ns_syntax_default.
entry_name Output
inquiry_context
status
Description Before calling rpc_ns_entry_object_inq_next( ), the application must first call this routine to create an inquiry context. When finished viewing the object UUIDs, the application calls the rpc_ns_entry_object_inq_done( ) routine to delete the inquiry context.
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_incomplete_name
rpc_s_invalid_name_syntax
rpc_s_unsupported_name_syntax
Related Information rpc_ns_entry_object_inq_done(3rpc) rpc_ns_entry_object_inq_next(3rpc) rpc_ns_mgmt_handle_set_exp_age(3rpc)
|