rpc_ss_destroy_client_context(3) — Subroutines
NAME
rpc_ss_destroy_client_context - Reclaims the client memory resources for the context handle, and sets the context handle to null
Used by client applications.
SYNOPSIS
#include <dce/rpc.h>
void rpc_ss_destroy_client_context(
void ∗ p_unusable_context_handle);
PARAMETERS
Input
p_unusable_context_handle
Specifies the context handle that can no longer be accessed.
DESCRIPTION
The rpc_ss_destroy_client_context routine is used by the client application to reclaim the client resources used in maintaining an active context handle. Only call this after a communications error makes the context handle unusable. When the rpc_ss_destroy_client_context routine reclaims the memory resources, it also sets the context handle to null.
RETURN VALUES
None.
The rpc_ss_destroy_client_context routine raises no exceptions.
EXAMPLES
None.