Object ProImm

Function ProImmCreate


Description
Retrieves and places Imm corresponding to parameters in immparams handle. The handle must be filled earlier by the function ProImmDialog().
Synopsis
#include <ProImm.h>
ProErrorProImmCreate(
ProImmParams immparams
/* (In)
Pointer to the ImmParam handle
*/
)
Returns
PRO_TK_NO_ERRORThe specified Imm is successfully retrieved and placed.
PRO_TK_BAD_INPUTSSpecified parameter is incorrect.
PRO_TK_E_NOT_FOUNDCant retrieve the specified Imm;
PRO_TK_ABORTCant place the Imm.

Sample Code References:

  1. pt_examples ( TestImm.c )
  2. pt_examples ( TestImm.c )