rpc_if_inq_id- returns the interface identifier for an interface specification
#include <dce/rpc.h>
void rpc_if_inq_id(
rpc_if_handle_t if_handle,
rpc_if_id_t *if_id,
unsigned32 *status);
Input
- if_handle
- Specifies the interface specification to inquire about.
Output
- if_id
- Pointer to the returned interface identifier. The application provides memory for the returned data.
- 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.
Applications call the rpc_if_inq_id() routine to obtain the interface identifier from the provided interface specification.RPC Data Types specifies how applications can construct the name of a stub-declared interface handle.
None.
rpc_if_id_vector_free()
rpc_mgmt_inq_if_ids()
rpc_ns_mgmt_entry_inq_if_ids().
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 |