Edit

Share via


_SendDlgItemMessage function

[This function is a wrapper over the SendDlgItemMessage function. This function may be altered or unavailable in the future. Applications should call SendDlgItemMessage directly.]

Sends a message to the specified control in a dialog box. See SendDlgItemMessage.

Syntax

LRESULT _SendDlgItemMessage(
    ...
);

Parameters

...

Requirements

Requirement Value
DLL
Sqlunirl.dll

See also

SendDlgItemMessage