Functions | |
void | Show_Unicode_Options_Length (int *length) |
void | QShow_Unicode_Options_Length (const char *segment, int *length) |
void Show_Unicode_Options_Length | ( | int * | length | ) |
Determines string length for proper buffer allocation on a call to Show_Unicode_Options.
length | - length of the unicode options string. Passed by reference. Returned to user. |
void QShow_Unicode_Options_Length | ( | const char * | segment, | |
int * | length | |||
) |
Similar to Show_Unicode_Options_Length(), but operates on a given segment rather than the currently open one.
segment | - name of the segment to be queried | |
length | - length of the unicode options string. Passed by reference. Returned to user. |