Description | |||||
This is the user function prototype called for visiting external objects references. | |||||
Synopsis | |||||
#include <ProExtobjRef.h> | |||||
ProError | (*ProExtobjRefVisitAction) | ( | |||
ProExtobj* p_extobj | |||||
/* (In) | |||||
The handle to the model | |||||
*/ | |||||
ProWExtobjRef ext_obj_ref | |||||
/* (In) | |||||
The reference | |||||
*/ | |||||
ProError status | |||||
/* (In) | |||||
The status | |||||
*/ | |||||
ProExtobjrefStatus ref_status | |||||
/* (In) | |||||
Reference status | |||||
*/ | |||||
ProAppData app_data | |||||
/* (In) | |||||
The application data passed from the function ProExtobjRefVisit() | |||||
*/ | |||||
) | |||||
Returns | |||||
|