Dependency Walker
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, when i use the "Dependency Walker" to see list of exported function in a .DLL file,i find some functions that have "W" and "A" letters at the end of their name.what is the meaning of these leters? for example in Shell32.dll we have GetModuleFileNameExA GetModuleFileNameExW Regards.:)
-
Hi, when i use the "Dependency Walker" to see list of exported function in a .DLL file,i find some functions that have "W" and "A" letters at the end of their name.what is the meaning of these leters? for example in Shell32.dll we have GetModuleFileNameExA GetModuleFileNameExW Regards.:)
A = Multibyte W = Widechar (UNICODE)