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
>
ProError
(*ProGroupFilterAction)
(
ProGroup
* group
/* (In)
The group being visited.
*/
ProAppData
data
/* (In)
Caller-supplied data
*/
)
Returns
PRO_TK_CONTINUE
Skip this group, do not call the visit function.
Other
Pass this error status into the visit function.
¿Fue esto útil?
Este sitio funciona mejor con JavaScript activado