hu_GlobalCtxDestroy()

Destroys a global context.

Synopsis:

#include "huctx.h"
 
int hu_GlobalCtxDestroy(sb_GlobalCtx *sbCtx)

Since:

BlackBerry 10.0.0

Arguments:

sbCtx

The global context pointer.

Library:

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

Description:

Returns:

SB_ERR_NULL_GLOBAL_CTX_PTR

The global context pointer is NULL.

SB_ERR_NULL_GLOBAL_CTX

The global context is NULL.

SB_SUCCESS

Success.