Category Features, Object ProFeature

Function ProFeatureAnalysisGet


Description
Gets the analysis object associated with an analysis feature.
Synopsis
#include <ProFeature.h>
ProErrorProFeatureAnalysisGet(
ProFeature* feature
/* (In)
The analysis feature.
*/
ProAnalysis* analysis
/* (Out)
The analysis object.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully got the analysis object.
PRO_TK_BAD_INPUTSThe feature is not an analysis feature.
See Also
ProAnalysis.h

Manual References:

  1. Event-driven Programming: Toolkit-Based Analysis: Visiting Toolkit-Based Analyses Features

Sample Code References:

  1. pt_examples ( TestAnalysis.c )
  2. pt_examples ( TestAnalysis.c )