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 でコーディングするのは久しぶりです。