Functions | |
void | Set_Unicode_Options (const unsigned short *options) |
void | QSet_Unicode_Options (const char *segment, const unsigned short *options) |
void | UnSet_Unicode_Options (void) |
void | QUnSet_Unicode_Options (const char *segment) |
void | UnSet_One_Unicode_Option (const unsigned short *which) |
void | QUnSet_One_Unicode_Option (const char *segment, const unsigned short *which) |
void Set_Unicode_Options | ( | const unsigned short * | options | ) |
Stores a double byte character string in the currently opened segment.
options | - The name=value pair in Unicode that you want to set on the specified segment |
void QSet_Unicode_Options | ( | const char * | segment, | |
const unsigned short * | options | |||
) |
Similar to Set_Unicode_Options(), but operates on a given segment rather than the currently open one.
segment | - The segment you want the Unicode option string to be set on. | |
options | - The name=value pair in Unicode that you want to set on the specified segment |
void UnSet_Unicode_Options | ( | void | ) |
Removes all settings established by a previous call to Set_Unicode_Options().
void QUnSet_Unicode_Options | ( | const char * | segment | ) |
Removes all settings established by a previous call Set_Unicode_Options(), but operates on a given segment rather than the currently open one.
segment | - The segment you want the Unicode option string to be set on. |
void UnSet_One_Unicode_Option | ( | const unsigned short * | which | ) |
Removes a given setting established by a previous call to Set_Unicode_Options(), rather than all settings.
which | - The particular name=value pair in Unicodei to be unset |
void QUnSet_One_Unicode_Option | ( | const char * | segment, | |
const unsigned short * | which | |||
) |
Removes a given setting established by a previous call to Set_Unicode_Options(), but operates on a given segment rather than the currently open one.
segment | - The segment you want the Unicode option string to be set on. | |
which | - The particular name=value pair in Unicodei to be unset |