Brief Index      Full Index      I.M. Reference

Show_Unicode_Options_Length


Functions

void Show_Unicode_Options_Length (int *length)
void QShow_Unicode_Options_Length (const char *segment, int *length)

Function Documentation

void Show_Unicode_Options_Length ( int *  length  ) 

Determines string length for proper buffer allocation on a call to Show_Unicode_Options.

Parameters:
length - length of the unicode options string. Passed by reference. Returned to user.

DETAILS

NOTES

RESTRICTIONS

See also:
Show_Unicode_Options, Show_Net_Unicode_Opt_Length

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.

Parameters:
segment - name of the segment to be queried
length - length of the unicode options string. Passed by reference. Returned to user.

DETAILS

No additional details. See Show_Unicode_Options_Length()

Main Index
Brief Index      Full Index      I.M. Functions