WinAPI LowLevel Keyboard Hooks

Mike Parker aldacron at gmail.com
Thu Jul 19 18:38:11 PDT 2012


On 7/20/2012 12:49 AM, DLimited wrote:
> But what are the differences of loading the Unicode version vs. the ANSI
> version?

You should always be using the Unicode version of Win32 functions in new 
applications. AFAIK, the ANSI versions call the Unicode versions 
internally, but do a conversion on the string args before doing so.


More information about the Digitalmars-d-learn mailing list