mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:35:43 +00:00
[NtUser] - Fix note.
svn path=/trunk/; revision=57048
This commit is contained in:
parent
286decbad3
commit
9a03623b15
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 specifie
|
Keyboard and mouse events received by both threads are processed by the thread specifieby 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