hu_SeedGetFuncSet()

Enables the use of a user-provided seed function.

Synopsis:

#include "huseed.h"
 
int hu_SeedGetFuncSet(hu_SeedGetFunc *sbSeedGet, sb_GlobalCtx sbCtx)

Since:

BlackBerry 10.0.0

Arguments:

sbSeedGet

User-provided seed function.

sbCtx

A global context.

Library:

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

Description:

This function enables the following function(s) to be called:

Returns:

SB_ERR_NULL_GLOBAL_CTX

sbCtx is NULL.

SB_ERR_NULL_PARAMS_PTR

sbSeed is NULL.