'Locale' configuration and its relationship with Windows API
Posted
by
The Kaykay
on Stack Overflow
See other posts from Stack Overflow
or by The Kaykay
Published on 2012-04-12T10:11:41Z
Indexed on
2012/04/12
11:29 UTC
Read the original article
Hit count: 250
Can the locale configuration of a system OR the keyboard type configuration of that system in anyway affect which API is called at the Kernel level? To be specific, if a program is invoking 'CreateFile()' API then the windows API documentation says that the call gets delegated to either CreateFileA or CreateFileW. If that program is being run on a system present in China with a Chinese Keyboard then which of the two functions will be called?
© Stack Overflow or respective owner