SetAnsiMode
Miscellaneous functions
Description
This function sets the mode used by the DLL to convert strings to and from Unicode.
Syntax
DLL
int DLSetAnsiMode(int InstanceID, int NewAnsiMode);Parameters
| NewAnsiMode | 0 = Conversion using the current code page 1 = Conversion using UTF-8 encoding |
|---|