mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 18:00:41 +00:00
- Add PsGetThreadId declaration.
svn path=/trunk/; revision=42419
This commit is contained in:
parent
c63b98f537
commit
c2b61c7b42
1 changed files with 7 additions and 0 deletions
|
@ -85,6 +85,13 @@ PsGetThreadTeb(
|
|||
IN PETHREAD Thread
|
||||
);
|
||||
|
||||
NTKERNELAPI
|
||||
HANDLE
|
||||
NTAPI
|
||||
PsGetThreadId(
|
||||
IN PETHREAD Thread
|
||||
);
|
||||
|
||||
NTKERNELAPI
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
|
|
Loading…
Reference in a new issue