Line3: The problem is the L in front of "iw3mp.exe". That is what the constwchar_t * 'creates'.
So remove the L
By the way: if (isRunning(L"iw3mp.exe") = true) // Note: = assign -> == compare
It is not necessary to compare with bool since this is what if does itself