Create a new SB global context from an existing one.
#include "huctx.h"
int hu_GlobalCtxCreateFromOriginal(sb_GlobalCtx sbCtx, sb_GlobalCtx *newSbCtx)
BlackBerry 10.0.0
The original SB global context.
The new SB global context.
The new context has the same callbacks as the original, but has no crypto support.
The sbCtx argument is NULL.
The newSbCtx argument is NULL.