API 설명서 > Manufacturing > Object ProRmdt > Callback ProRmdtCreateImmPreAction
Callback ProRmdtCreateImmPreAction
Description
This is the notification function called before creating injection module machining.
This function is to be supplied by the user by calling ProNotificationSet() with the the notify type PRO_RMDT_CREATE_IMM_PRE.
Synopsis
#include <ProRmdt.h>
(*ProRmdtCreateImmPreAction)
(
ProMoldLayout mold_layout
/* (In)
The handle to the mold layout
*/
)
Returns
Successful exit from this function.
Other
An error was encountered. IMM creation will be stopped.
See Also
User Guide References
도움이 되셨나요?