SendMessage
From kwiki
| | This article is written by Konrad, thus using rather nonstandard English:) |
SendMessage (DNM Script function)
Contents |
[edit]
full declaration
int SendMessage(HWND hWnd,int Msg,[int wParam],[int lParam])
[edit]
return value
[edit]
description
SendMessage is an equivalent for Windows Api function SendMessage, thus you can find it on MSDN here: http://search.msdn.microsoft.com/search/default.aspx?siteId=0&tab=0&query=SendMessage
[edit]
See also
keywords: send message window close
