![]() |
PK_int_array_t |
typedef struct PK_int_array_s
{
int *array;
int length;
}
PK_int_array_t;
This structure contains an array of ints.
PK_GROUP_ask_controls_r_t
PK_REPORT_record_2_t
PK_REPORT_record_3_t
PK_REPORT_record_4_t
PK_SESSION_ask_rebuild_history
PK_SESSION_set_rebuild_history
It has the fields: 'array': array of ints 'length': the number of ints in 'array'