kernel32 - Why are there two functions with the same name, but followed with 'A' and 'W' in .dll files? -


sorry bad title, difficult explain , can clear me.

i using tool called dllexp(1) view functions in common .dll files(kernel32, user32, etc)

enter image description here

why there versions 'a' , versions 'w'. difference here?

thanks

  1. http://www.nirsoft.net/utils/dll_export_viewer.html


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -