PreviousNext

idl_es_handle_free(3rpc)

Frees an IDL encoding services handle

Synopsis

void idl_es_handle_free(

idl_es_handle_t *es_handle,

error_status_t *status);

Parameters

Input/Output

es_handle
The address of the handle whose resources are to be freed. The handle is made NULL by this operation.

Output

status
Returns the status code from this routine. This status code indicates whether the routine completed successfully or, if not, why not.

Description
The idl_es_handle_free routine frees an IDL encoding services handle that has been allocated by one of the IDL encoding services handle-returning routines.

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.

Related Information
Functions: idl_es_decode_buffer(3rpc)

idl_es_decode_incremental(3rpc)

idl_es_encode_dyn_buffer(3rpc)

idl_es_encode_fixed_buffer(3rpc)

idl_es_encode_incremental(3rpc)