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++: Boost interprocess memory mapped file error -

python - IO.UnsupportedOperation: Not Writable -

python - Selecting distinct values from a column in Peewee -