Documentación de la API > Manufacturing > Object ProRmdt > Callback ProRmdtCreateWpPreAction
Callback ProRmdtCreateWpPreAction
Description
This is the notification function called before the create workpiece dialog.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_RMDT_CREATE_WP_PRE.
Synopsis
#include <ProRmdt.h>
(*ProRmdtCreateWpPreAction)
(
ProMoldLayout mold_layout
/* (In)
The handle to the mold layout
*/
)
Returns
Successful exit from this function.
Other
An error was encountered. The create workpiece dialog will not be called.
See Also
User Guide References
¿Fue esto útil?