CWindow::SendDlgItemMessage

将消息发送到控件。

LRESULT SendDlgItemMessage( 
   int nID, 
   UINT message, 
   WPARAM wParam = 0, 
   LPARAM lParam = 0  
) throw();

备注

在参见 Windows SDK的 SendDlgItemMessage

要求

Header: atlwin.h

请参见

参考

CWindow Class

CWindow::SendMessage