Category Features, Object ProFeature

Function ProFeatureStatusflagsGet


Description
Retrieves the bit status flag(s) of specified feature.
Replacement in Object TOOLKIT: wfcWFeature::GetStatusFlag
Synopsis
#include <ProFeature.h>
ProErrorProFeatureStatusflagsGet(
ProFeature* p_feat_handle
/* (In)
The feature handle.
*/
unsigned int* p_status
/* (Out)
The feature status bit flag(s).
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully feature status flag(s).
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Core: Features: Feature Inquiry
  2. Core: Features: Feature Inquiry