PK_ERROR_code_t PK_SESSION_set_tag_limit ( --- received arguments --- int limit --- maximum tag value allowed --- returned arguments --- ) This function sets whether tag limitation is to be enabled. Specific Errors: PK_ERROR_tag_limit_out_of_range invalid limit value If the given value is zero, then no limit is placed on tag values. If the given value is greater than zero, then any operation that would produce a tag value greater than this will fail with the error: PK_ERROR_tag_limit_exeeded.