Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SendMessage没有返回值,调试的时候怎么查看SendMessage的返回值,没有: 1.分配一个临时变量。 2.使用EAX。
谢谢。
在 vb.net 中,您可以执行以下操作:
#if DEBUG then debug.print SendMessage(...) #else SendMessage(...) #end if
我认为在 C 中,它是#ifdef,但自从我用 C 编码以来已经有一段时间了。