De-allocate a handle.
#include <smartcard/sc_smart_card.h>
sc_response_code_t sc_free_handle(sc_context_t *context,
sc_handle_type_t handle_type)
BlackBerry 10.2.0
The active smart card context. This value cannot be NULL.
The type of the resource for which a handle is being freed.
SC_SCARD_S_SUCCESS upon success, an error code otherwise. See sc_response_code_t for defined error codes.