API 설명서 > Miscellaneous > Object ProImm > Function ProImmCreate
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>
ProImmCreate
(
ProImmParams immparams
/* (In)
Pointer to the ImmParam handle
*/
)
Returns
The specified Imm is successfully retrieved and placed.
Specified parameter is incorrect.
Cant retrieve the specified Imm;
Cant place the Imm.
Sample Code References
도움이 되셨나요?