rpc_ns_profile_elt_inq_done(3rpc) — Subroutines
NAME
rpc_ns_profile_elt_inq_done — Deletes the inquiry context for a profile; used by client, server, or management applications
Synopsis
void rpc_ns_profile_elt_inq_done(
rpc_ns_handle_t ∗inquiry_context,
unsigned32 ∗status);
Parameters
Input/Output
inquiry_context
Specifies the name service handle to delete. (A name service handle is created by calling rpc_ns_profile_elt_inq_begin().)
Returns the value NULL.
Output
statusReturns the status code from this routine. This status code indicates whether the routine completed successfully or, if not, why not.
Description
The rpc_ns_profile_elt_inq_done() routine deletes an inquiry context created by calling rpc_ns_profile_elt_inq_begin().
An application calls this routine after viewing profile elements using the rpc_ns_profile_elt_inq_next() routine.
Permissions Required
No permissions are required.
Return Values
No value is returned.
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
Success.
rpc_s_invalid_ns_handle
Invalid name service handle.
Related Information
Functions: rpc_ns_profile_elt_inq_begin(3rpc), rpc_ns_profile_elt_inq_next(3rpc).