mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Send proper ClientID structure
svn path=/trunk/; revision=17180
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user