CWindow::SendDlgItemMessage
将消息发送到控件。
LRESULT SendDlgItemMessage(
int nID,
UINT message,
WPARAM wParam = 0,
LPARAM lParam = 0
) throw();
备注
在参见 Windows SDK的 SendDlgItemMessage。
要求
Header: atlwin.h
将消息发送到控件。
LRESULT SendDlgItemMessage(
int nID,
UINT message,
WPARAM wParam = 0,
LPARAM lParam = 0
) throw();
在参见 Windows SDK的 SendDlgItemMessage。
Header: atlwin.h