Object ProImm

Function ProImmParamsAlloc


Description
Allocates the handle of a new ImmParam
Synopsis
#include <ProImm.h>
ProErrorProImmParamsAlloc(
ProImmParams* immparams
/* (Out)
Pointer to the ImmParam handle
*/
)
Returns
PRO_TK_NO_ERRORThe handle is successfully allocated.
PRO_TK_OUT_OF_MEMORYNot enough memoryt to allocate the handle.

Sample Code References:

  1. pt_examples ( TestImm.c )