Retrieves the callback functions and callback data from a global context.
#include "huctx.h"
int hu_GlobalCtxGet(sb_GlobalCtx sbCtx, hu_MallocFunc **sbMalloc, hu_FreeFunc **sbFree, hu_MemCpyFunc **sbMemcpy, hu_MemCmpFunc **sbMemcmp, hu_MemSetFunc **sbMemset, hu_TimeFunc **sbTime, void **cbData)
BlackBerry 10.0.0
A global context.
Pointer to memory allocation function. (Optional)
Pointer to memory free function. (Optional)
Pointer to memory copy function. (Optional)
Pointer to memory compare function. (Optional)
Pointer to memory set function. (Optional)
Pointer to time function. (Optional)
Callback data. (Optional)
The pointers to callback functions or callback data should be set to NULL if they are not required.
The global context is NULL.
Success.