Functions | |
void | Set_Unicode_Options (const unsigned short *options) |
void | UnSet_Unicode_Options (void) |
void | UnSet_One_Unicode_Option (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 UnSet_Unicode_Options | ( | void | ) |
Removes all settings established by a previous call to Set_Unicode_Options().
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 |