mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix incorrect call to ntopenprocess
svn path=/trunk/; revision=15231
This commit is contained in:
@@ -61,7 +61,7 @@ BOOL STDCALL ProcessIdToSessionId (IN DWORD dwProcessId,
|
||||
}
|
||||
|
||||
ClientId.UniqueProcess = (HANDLE)dwProcessId;
|
||||
ClientId.UniqueThread = INVALID_HANDLE_VALUE;
|
||||
ClientId.UniqueThread = 0;
|
||||
|
||||
InitializeObjectAttributes(&ObjectAttributes, NULL, 0, NULL, NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user