Error in function prototype
Posted
by Nick Brooks
on Stack Overflow
See other posts from Stack Overflow
or by Nick Brooks
Published on 2010-05-08T18:56:23Z
Indexed on
2010/05/08
18:58 UTC
Read the original article
Hit count: 156
c++
Why does this code result in error?
TProcess GetProcessByName(LPCSTR ProcessName);
It says "E2293 ) Expected"
© Stack Overflow or respective owner