From 075a02d3bb17f46b0071997194ceaa0c86d0b3cb Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 20 Dec 2002 11:12:42 +0000 Subject: [PATCH] SendMessage STR: git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1979 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/ui.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/ui.but b/Docs/src/ui.but index d99987b6..65448f89 100644 --- a/Docs/src/ui.but +++ b/Docs/src/ui.but @@ -42,7 +42,7 @@ If HWND is a window, Gotos jump_if_window, otherwise, Gotos jump_if_not_window ( \c HWND msg wparam lparam [user_var(return value)] [/TIMEOUT=time_in_ms] -Sends a message to HWND. If a user variable $x is specified as the last parameter, the return value of SendMessage will be stored to it. Note that when specifying 'msg' you must just use the integer value of the message. Here are a few example messages and their values: +Sends a message to HWND. If a user variable $x is specified as the last parameter (or one before the last if you use /TIMEOUT), the return value of SendMessage will be stored to it. Note that when specifying 'msg' you must just use the integer value of the message. If you wish to send strings use "STR:a string" as wParam or lParam where needed. \S2{setautoclose} SetAutoClose