mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
- Send proper ClientID structure
svn path=/trunk/; revision=17180
This commit is contained in:
parent
4c1eb86320
commit
c5ed8ceb14
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ OpenThread(
|
|||
OBJECT_ATTRIBUTES ObjectAttributes;
|
||||
CLIENT_ID ClientId ;
|
||||
|
||||
ClientId.UniqueProcess = INVALID_HANDLE_VALUE;
|
||||
ClientId.UniqueProcess = 0;
|
||||
ClientId.UniqueThread = (HANDLE)dwThreadId;
|
||||
|
||||
InitializeObjectAttributes (&ObjectAttributes,
|
||||
|
|
Loading…
Reference in a new issue