VMS Help  —  DCE  DCE_RPC, Application Routines, idl_es_handle_free
 NAME

   idl_es_handle_free - 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.  The possible status code and its meaning is
        as follows:

        rpc_s_ok       Success.

 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.

 RETURNED VALUES

   None.

 RELATED INFORMATION

   Functions: idl_es_decode_buffer
              idl_es_decode_incremental
              idl_es_encode_dyn_buffer
              idl_es_encode_fixed_buffer
              idl_es_encode_incremental
Close Help