| Description |
| Visit action for entities and notes in a symbol definition. |
| Synopsis |
| #include <ProDtlsymdef.h> |
| ProError | (*ProDtlsymdefItemVisitAction) | ( |
| ProDtlsymdef* symdef | |
| /*
(In) |
| The symbol definition. |
| */ |
| ProDtlitem* item | |
| /*
(In) |
| The item. |
| */ |
| ProError filter_status | |
| /*
(In) |
| Error status passed to the filter action. |
| */ |
| ProAppData appdata | |
| /*
(In) |
| Application data passed to the visit function. |
| */ |
| ) |
| Returns |
|
| PRO_TK_NO_ERROR | | Continue visiting. |
| Other | | Stop visiting and pass this error status to the visit function call. |
|