You are reading help file online using chmlib.com
|
function SendMessage(const Wnd: HWND; const Msg, WParam, LParam: Longint): Longint;
Sends the specified message to the specified window. Does not return until the window procedure has processed the message.
You are reading help file online using chmlib.com
|