Callback ProParameterAction
Description
This is a generic function for visiting parameters.
Synopsis
#include <ProParameter.h>
(*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.
*/
/* (In)
The application data passed to the function ProParameterVisit().
*/
)
Returns
Continue to the next parameter.
Other
Any other value causes the function ProParameterVisit() to return.
Est-ce que cela a été utile ?