![]() |
PK_REPORT_add_records |
PK_ERROR_code_t PK_REPORT_add_records ( --- received arguments --- PK_REPORT_t report, --- which report to append to int n_report_records, --- number of report records const PK_REPORT_record_t report_records[] --- report records ) This function adds the given 'report_records' to the 'report'. If the 'report' was closed ( see PK_REPORT_close ) then any existing records in the 'report' will be cleared ( see PK_REPORT_clear ) and the 'report' will be opened. The given 'report_records' will be appended to the 'report'.Generated on: Fri, 04 Oct 2024 12:21:55 GMT