_SendMessage function

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

Sends the specified message to a window or windows. See SendMessage.

Syntax

LRESULT _SendMessage(
    ...
);

Parameters

...

Requirements

Requirement Value
DLL
Sqlunirl.dll

See also

SendMessage