Documentación de la API > Features > Object ProGroup > Callback ProGroupFilterAction
Callback ProGroupFilterAction
Description
Prototype of the caller-supplied function which is called for every feature group.
Synopsis
#include <ProUdf.h>
(*ProGroupFilterAction)
(
ProGroup* group
/* (In)
The group being visited.
*/
/* (In)
Caller-supplied data
*/
)
Returns
Skip this group, do not call the visit function.
Other
Pass this error status into the visit function.
¿Fue esto útil?