CWindow::SendMessageToDescendants

发送指定的信息。CWindow 对象的所有直接子项。

void SendMessageToDescendants(
   UINT message,
   WPARAM wParam = 0,
   LPARAM lParam = 0,
   BOOL bDeep = TRUE 
) throw();

参数

  • message
    [in]要发送的消息。

  • wParam
    [out]一条额外的特定信息。

  • lParam
    [out]一条额外的特定信息。

  • bDeep
    [in] 如果 TRUE (默认值),消息将发送给所有子代窗口;否则,它将仅发送至即时子窗口。

备注

如果 bDeep 是 TRUE,其他信息发送到其他子代窗口。

要求

Header: atlwin.h

请参见

参考

CWindow选件类

CWindow::SendMessage

CWindow::SendNotifyMessage

CWindow::PostMessage