Function ProImmDialog
Description
Invokes the regular Imm Selection dialog using defaults specified in immparams handle. Upon picking Ok in the dialog, all the data from it are set to the handle. Functions ProImmParamsGet() and/or ProImmCreate() can be used after this function is successfully completed.
Synopsis
#include <ProImm.h>
ProImmDialog
(
ProMdl owner
/* (In)
Mold Layout Assembly handler
*/
ProImmParams immparams
/* (Out)
ImmParam handle
*/
)
Returns
The values are successfully set;
Specified parameters are incorrect.
User aborted the dialog
Sample Code References
¿Fue esto útil?