API 설명서 > Miscellaneous > Object ProError > Callback ProErrorProFeatureResumePreAction
Callback ProErrorProFeatureResumePreAction
Description
This is the notification function called before a feature is resumed.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_FEATURE_RESUME_PRE.
Synopsis
#include <ProFeature.h>
ProErrorProFeatureResumePreAction
(*ProErrorProFeatureResumePreAction)
(
ProFeature* resume_feat
/* (In)
The handle of the feature about to be resumed.
*/
)
Returns
The feature can be resumed. Proceed.
Other
An error was encountered. The resume action is aborted for all features.
See Also
도움이 되셨나요?