
ProAnimframeObjVisit | |
( ProAnimFrame anim_frame /* (In) The handle to the animation frame */ ProAnimObjAct visit_action /* (In) The application-supplied function to be invoked for each animation object */ ProAnimObjAct filter_action /* (In) The application-supplied function to be invoked for each animation object that decides whether the animation object should be visited. If NULL, all animation objects are visited using the action function. */ ProAppData app_data /* (In) The application-supplied data to be passed to the visit and filter functions */ ) |

The function successfully visited all the objects. |

