Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ rpc_sm_destroy_client_context(3rpc) — DCE 3.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

rpc_sm_destroy_client_context(3rpc)  —  Subroutines

NAME

rpc_sm_destroy_client_context — Reclaims the client memory resources for a context handle, and sets the context handle to null

Synopsis

void rpc_sm_destroy_client_context(
idl_void_p_t p_unusable_context_handle,
unsigned32 ∗status);

Parameters

Input

p_unusable_context_handle
Specifies the context handle that can no longer be accessed.

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_sm_destroy_client_context() routine is used by client applications to reclaim the client resources used in maintaining an active context handle.  Applications call this routine after a communications error makes the context handle unusable.  When the rpc_sm_destroy_client_context() routine reclaims the memory resources, it also sets the context handle to null. 

Return Values

None. 

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.

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