mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:12:57 +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;
|
OBJECT_ATTRIBUTES ObjectAttributes;
|
||||||
CLIENT_ID ClientId ;
|
CLIENT_ID ClientId ;
|
||||||
|
|
||||||
ClientId.UniqueProcess = INVALID_HANDLE_VALUE;
|
ClientId.UniqueProcess = 0;
|
||||||
ClientId.UniqueThread = (HANDLE)dwThreadId;
|
ClientId.UniqueThread = (HANDLE)dwThreadId;
|
||||||
|
|
||||||
InitializeObjectAttributes (&ObjectAttributes,
|
InitializeObjectAttributes (&ObjectAttributes,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue