CWindow::SendNotifyMessage
Envia uma mensagem para a janela.
BOOL SendNotifyMessage(
UINT message,
WPARAM wParam = 0,
LPARAM lParam = 0
) throw();
Comentários
See SendNotifyMessage in the Windows SDK.
Se a janela foi criada por thread de chamada, SendNotifyMessage não retorna até que o procedimento de janela processou a mensagem. Caso contrário, retornará imediatamente.
Requisitos
Cabeçalho: atlwin.h
Consulte também
Referência
CWindow::SendMessageToDescendants