c++ - How to output MODULEENTRY32 properties data types? -


i have created module snapshot , got moduleentry32 struct contains data, output this:

   _tprintf( text("%6d %-15s %s\n"),pe.th32processid,me.szmodule,me.szexepath); 

now lets want use path, wchar me.szexepath , method requires path of const *char. how handle that, need convert data type?


Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -