Destroys an ARC4 parameters object.
#include "huarc4.h"
int hu_ARC4ParamsDestroy(sb_Params *arc4Params, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
ARC4 parameters object pointer.
A global context.
ARC4 contexts and key objects must be destroyed before their corresponding ARC4 parameters object is destroyed.
The arc4Params parameters object pointer is NULL.
The arc4Params parameters object is NULL.
The tag for the params object is not of the expected type.
Success.