Category Parameters and relations, Object ProParameter

Callback ProParameterAction


Description
This is a generic function for visiting parameters.
Synopsis
#include <ProParameter.h>
ProError(*ProParameterAction)(
ProParameter* handle
/* (In)
The handle to the parameter.
*/
ProError status
/* (In)
The status returned from the filter function if the filter function is not NULL. Otherwise, this is PRO_TK_NO_ERROR.
*/
ProAppData data
/* (In)
The application data passed to the function ProParameterVisit().
*/
)
Returns
PRO_TK_NO_ERRORContinue to the next parameter.
OtherAny other value causes the function ProParameterVisit() to return.