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.