Handle to the window whose window procedure receives the message

来源:百度知道 编辑:UC知道 时间:2024/06/06 18:49:42
Handle to the window whose window procedure receives the message. hwnd is NULL when the message is a thread message
帮忙翻译一下

句柄窗口的窗口过程中接收消息。 hwnd是空当消息是一个线程消息

句柄指向接收消息的窗口。线程消息的窗口句柄是空(NULL或者翻译为是0)

接收消息的窗口函数所属的窗口的句柄(就是接收消息的窗口的句柄),如果消息是线程消息(发给自己的消息),就把hwnd设为NULL

句柄窗口的窗口过程中接收消息。 hwnd是空当消息是一个线程消息
Handle:把柄
procedure:程序