Provides access to information about the calling table operator.
Syntax
void FNC_TblOpGetFunctionDef(char *fnameBuff, int fnameBuff_len, BYTE *execmode, unsigned short int *chartype, boolean_t *casesensitivity);
Syntax Elements
- fnameBuff
- a pointer to a buffer where the name of the table operator is returned.
- fnameBuff_len
- the length of the fnameBuff buffer.
- execmode
- a pointer to the memory location where the execution mode of the table operator is returned.
- chartype
- a pointer to the memory location where the character set of the table operator is returned.
- casesensitivity
- a pointer to the memory location where the case sensitivity of the table operator is returned.
Usage Notes
You must allocate memory for the table operator name, execution mode, character set, and case sensitivity before calling FNC_TblOpGetFunctionDef. You must release the memory when this information is no longer needed.