API ドキュメンテーション > Features > Object ProFeature > Callback ProFeatureSuppressPreAction
Callback ProFeatureSuppressPreAction
Description
This is the notification function called before a feature is suppressed.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_FEATURE_SUPPRESS_PRE.
Synopsis
#include <ProFeature.h>
(*ProFeatureSuppressPreAction)
(
ProFeature* supp_feat
/* (In)
The handle of the feature about to be suppressed
*/
)
Returns
The feature can be suppressed. Proceed.
Other
An error was encountered. The suppress action is aborted for all features.
See Also
User Guide References
これは役に立ちましたか?