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