Wednesday, 18 September 2013

How to use more arguments when calling functions?

How to use more arguments when calling functions?

Sorry, I know this is really basic, but I don't know how to search it the
proper way, so here we go. I'm trying to call MessageBoxA, and I want the
message to replace '%s' with something else. Example:
MessageBoxA(0, TEXT("You have %s items"), "title", 0);
Can anyone help me? And once again, I know this is really basic, sorry.

No comments:

Post a Comment