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

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -