Category Parameters and relations, Object ProParameter

Callback ProParameterFilter


Description
This is a generic function for visiting parameters.
Synopsis
#include <ProParameter.h>
ProError(*ProParameterFilter)(
ProParameter* handle
/* (In)
The handle to the parameter
*/
ProAppData data
/* (In)
The application data passed to the function ProParameterVisit()
*/
)
Returns
PRO_TK_CONTINUESkips over the parameter (the action function is not called).
OtherPasses this status to the action function, if present.