mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:46:13 +00:00
[NtUser] - Fix note again.
svn path=/trunk/; revision=57049
This commit is contained in:
parent
9a03623b15
commit
e05a2f4599
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ UserAttachThreadInput(PTHREADINFO ptiFrom, PTHREADINFO ptiTo, BOOL fAttach)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
/* MSDN Note:
|
/* MSDN Note:
|
||||||
Keyboard and mouse events received by both threads are processed by the thread specifieby the idAttachTo.
|
Keyboard and mouse events received by both threads are processed by the thread specified by the idAttachTo.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* If Attach set, allocate and link. */
|
/* If Attach set, allocate and link. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue