API 文件集 > Manufacturing > Object ProRmdt > Callback ProRmdtMaterialPreAction
Callback ProRmdtMaterialPreAction
Description
This is the notification function called before the material dialog.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_RMDT_MATERIAL_PRE.
Synopsis
#include <ProRmdt.h>
(*ProRmdtMaterialPreAction)
(
ProMoldLayout mold_layout
/* (In)
The handle to the mold layout
*/
)
Returns
Successful exit from this function.
Other
An error was encountered. The material dialog will not be called.
See Also
User Guide References
這是否有幫助?