GetUnicodeCharactersFromEncodingA
Text, Fonts, Miscellaneous functions
Description
The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to GetUnicodeCharactersFromEncoding and string arguments are interpreted using the current SetAnsiMode code page
Returns a string containing all the Unicode characters from the specified encoding.
Syntax
Delphi
Function DLGetUnicodeCharactersFromEncodingA(InstanceID, Encoding: Integer): PAnsiChar;
DLL
const char * DLGetUnicodeCharactersFromEncodingA(int InstanceID, int Encoding);
Parameters
| Encoding | 2 = WinAnsiEncoding |
|---|