Description | |||||||||||
Visits a number of external object references. | |||||||||||
Synopsis | |||||||||||
#include <ProExtobjRef.h> | |||||||||||
ProError | ProExtobjRefVisit | ( | |||||||||
ProExtobj* object | |||||||||||
/* (In) | |||||||||||
The handle to the external object | |||||||||||
*/ | |||||||||||
ProExtobjRefVisitAction visit_action | |||||||||||
/* (In) | |||||||||||
The visiting function | |||||||||||
*/ | |||||||||||
ProExtobjRefFilterAction filter_action | |||||||||||
/* (In) | |||||||||||
The filter function. If NULL, all external object references are visited using the action function. | |||||||||||
*/ | |||||||||||
ProAppData app_data | |||||||||||
/* (In) | |||||||||||
The application data passed to the visiting and action functions | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|