rpc_ns_entry_object_inq_done- deletes the inquiry context for viewing the objects of an entry in the name service database
#include <dce/rpc.h>
void rpc_ns_entry_object_inq_done(
rpc_ns_handle_t *inquiry_context,
unsigned32 *status);
Input/Output
- inquiry_context
- Specifies the inquiry context to delete. (An inquiry context is created by calling the rpc_ns_entry_object_inq_begin() routine.)
On success, returns the value NULL.
Output
- status
- Returns the status code from this routine. The status code indicates whether the routine completed successfully, or if not, why not.
Possible status codes and their meanings include:
- rpc_s_ok
- Success.
The rpc_ns_entry_object_inq_done() routine deletes an inquiry context created by calling the rpc_ns_entry_object_inq_begin() routine.An application calls this routine after viewing exported object UUIDs using the rpc_ns_entry_object_inq_next() routine.
Permissions Required
None.
None.
rpc_ns_entry_object_inq_begin()
rpc_ns_entry_object_inq_next().
Please note that the html version of this specification may contain formatting aberrations. The definitive version is available as an electronic publication on CD-ROM from The Open Group.
Contents | Next section | Index |