hu_IDLCParamsDestroy()

Destroys an IDLC parameters object.

Synopsis:

#include "huidlc.h"
 
int hu_IDLCParamsDestroy(sb_Params *idlcParams, sb_GlobalCtx sbCtx)

Since:

BlackBerry 10.0.0

Arguments:

idlcParams

The IDLC parameters object pointer.

sbCtx

A global context.

Library:

libhuapi (For the qcc command, use the -l huapi option to link against this library)

Description:

IDLC contexts and key objects must be destroyed before their corresponding IDLC parameters object is destroyed.

Returns:

SB_ERR_NULL_PARAMS_PTR

The idlcParams object pointer is NULL.

SB_ERR_NULL_PARAMS

The idlcParams object is NULL.

SB_ERR_BAD_PARAMS

The tag for the params object is not of the expected type.

SB_SUCCESS

Success.