int FNC_TblOpGetCustomKeyInfoOf(void *key, Key_info_t *out_info);
Syntax Elements
- key
- the location of the key.
- out_info
- the location of the data structure where the number of values, total size, type, key, and the size of the key will be returned.
int FNC_TblOpGetCustomKeyInfoOf(void *key, Key_info_t *out_info);