Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ rpc_ns_profile_elt_inq_done(3) — OSF1 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

rpc_ns_profile_elt_inq_begin(3)

rpc_ns_profile_elt_inq_next(3)

rpc_ns_profile_elt_inq_done(3)  —  Subroutines

NAME

rpc_ns_profile_elt_inq_done - Deletes the inquiry context for a profile

Used by client, server, or management applications. 

SYNOPSIS

#include <dce/rpc.h>
void rpc_ns_profile_elt_inq_done(

rpc_ns_handle_t ∗inquiry_context ,
unsigned32 ∗status );

PARAMETERS

Input/Output

inquiry_contextSpecifies the name service handle to delete.  (A name service handle is created by calling the rpc_ns_profile_elt_inq_begin routine.)  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.  The possible status codes and their meanings are as follows:

rpc_s_okSuccess. 

rpc_s_invalid_ns_handle
Invalid name service handle.

DESCRIPTION

The rpc_ns_profile_elt_inq_done routine deletes an inquiry context created by calling the rpc_ns_profile_elt_inq_begin routine. 

An application calls this routine after viewing profile elements using the rpc_ns_profile_elt_inq_next routine. 

Permissions Required

None. 

NOTE:

For this release, the RPC naming service (rpc_ns) routines are not implemented, nor is an independent naming service provided. 

RETURN VALUES

None. 

RELATED INFORMATION

Functions: rpc_ns_profile_elt_inq_begin(3), rpc_ns_profile_elt_inq_next(3)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026