API 文件集 > Miscellaneous > Object ProError > Callback ProErrorProFeatureResumePostAction
Callback ProErrorProFeatureResumePostAction
Description
This is the notification function called after a feature is resumed.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_FEATURE_RESUME_POST.
Synopsis
#include <ProFeature.h>
ProErrorProFeatureResumePostAction
(*ProErrorProFeatureResumePostAction)
(
ProFeature* resume_feat
/* (In)
The handle of the resumed feature.
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
這是否有幫助?