Category Features, Object ProFeature

Function ProFeatureIsReadonly


Description
Determines whether the specified feature is read only.
Replacement in Object TOOLKIT: pfcFeature::IsReadonly
Synopsis
#include <ProFeature.h>
ProErrorProFeatureIsReadonly(
ProFeature* p_feat_handle
/* (In)
The feature.
*/
ProBoolean* r_is_read_only
/* (Out)
This is PRO_B_TRUE if the supplied feature is marked read only; otherwise, this is PRO_B_FALSE.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned the requested information.
PRO_TK_BAD_INPUTSThe specified feature is invalid.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Core: Features: Feature Inquiry
  3. Core: Features: Feature Inquiry

Sample Code References:

  1. pt_examples ( TestFeats.c )
  2. pt_examples ( TestMisc.c )