![]() |
PK_REPORT_find |
PK_ERROR_code_t PK_REPORT_find
(
--- received arguments ---
const char *name, --- name of report
--- returned arguments ---
PK_REPORT_t *const report --- identifier of report
)
This function returns the 'report' which has the given 'name'.
Specific Errors:
PK_ERROR_bad_name name is too long(MILD)
If no report with the given name exists then PK_REPORT_null is returned.
The name of Parasolid's own report is "SDL/TYRP00".