
There is no return value of SendMessage, how could I view the return value of SendMessage while debugging, without:
1.assign a temporary variable.
2.use EAX.
Thanks.
|
There is no return value of SendMessage, how could I view the return value of SendMessage while debugging, without: Thanks. |
|||
|
|
In vb.net you could do something like:
I think in C, it's #ifdef, but it's been a while since I've coded in C. |
|||
|
|