Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sends a message to the specified control.
virtual LRESULT SendDlgItemMessage(
int nID,
UINT message,
WPARAM wParam,
LPARAM lParam
);
Parameters
nID
Specifies the identifier of the control that receives the message.message
Specifies the message to be sent.wParam
Specifies additional message-specific information.lParam
Specifies additional message-specific information.
Requirements
Header: afxocc.h