API 설명서 > Features > Object ProGroup > Callback ProGroupVisitAction
Callback ProGroupVisitAction
Description
Prototype of the caller-supplied function which is called for every feature group approved by the filter function.
Synopsis
#include <ProUdf.h>
(*ProGroupVisitAction)
(
ProGroup* group
/* (In)
The feature group being visited.
*/
ProError status
/* (In)
Error status from the filter function.
*/
/* (In)
Caller-supplied data
*/
)
Returns
Continue visiting.
other
Visiting will stop and this error will be returned back by the visit function.
도움이 되셨나요?