The TPF obtains a table object for the TABLE parameter using the get_value method of a_v4_extfn_proc_context.
a_v4_extfn_value value;
a_v4_extfn_table * table;
ctx->get_value( args_handle,
1,
&value );
table = (a_v4_extfn_table *)value.data;