WM_ACTIVATE message

WM_ACTIVATE message

          

Sent to both the window being activated and the window being deactivated. If the windows use the same input queue, the message is sent synchronously, first to the window procedure of the top-level window being deactivated, then to the window procedure of the top-level window being activated. If the windows use different input queues, the message is sent asynchronously, so the window is activated immediately.

C++
#define WM_ACTIVATE                     0x0006

Parameters

wParam

The low-order word specifies whether the window is being activated or deactivated. This parameter can be one of the following values. The high-order word specifies the minimized state of the window being activated or deactivated. A nonzero value indicates the window is minimized.

ValueMeaning
WA_ACTIVE 1

Activated by some method other than a mouse click (for example, by a call to theSetActiveWindow function or by use of the keyboard interface to select the window).

WA_CLICKACTIVE 2

Activated by a mouse click.

WA_INACTIVE 0

Deactivated.

 

lParam

A handle to the window being activated or deactivated, depending on the value of thewParam parameter. If the low-order word of wParam is WA_INACTIVE,lParam is the handle to the window being activated. If the low-order word ofwParam is WA_ACTIVE or WA_CLICKACTIVE,lParam is the handle to the window being deactivated. This handle can beNULL.

 

Return value

If an application processes this message, it should return zero.

Remarks

If the window is being activated and is not minimized, the DefWindowProc function sets the keyboard focus to the window. If the window is activated by a mouse click, it also receives aWM_MOUSEACTIVATE message.

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值