Callback ProParameterFilter
Description
This is a generic function for visiting parameters.
Synopsis
#include <ProParameter.h>
(*ProParameterFilter)
(
ProParameter* handle
/* (In)
The handle to the parameter
*/
/* (In)
The application data passed to the function ProParameterVisit()
*/
)
Returns
Skips over the parameter (the action function is not called).
Other
Passes this status to the action function, if present.
Est-ce que cela a été utile ?