Documentação da API > Features > Object ProFeature > Function ProFeatureStatusGet
Function ProFeatureStatusGet
Description
Retrieves the status of the specified feature (active, suppressed, and so on).
Replacement in Object TOOLKIT:
Synopsis
#include <ProFeature.h>
ProFeatureStatusGet
(
ProFeature* p_feat_handle
/* (In)
The feature for which to get the status
*/
ProFeatStatus* p_status
/* (Out)
The status of the feature
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
User Guide References
Isto foi útil?