mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 17:00:31 +00:00
[XDK]
Add the PsGetThreadProcess() prototype CORE-12617 svn path=/trunk/; revision=73497
This commit is contained in:
parent
47b3314130
commit
3175ed2860
1 changed files with 7 additions and 0 deletions
|
@ -255,6 +255,13 @@ NTAPI
|
|||
PsGetThreadId(
|
||||
_In_ PETHREAD Thread);
|
||||
|
||||
NTKERNELAPI
|
||||
PEPROCESS
|
||||
NTAPI
|
||||
PsGetThreadProcess(
|
||||
_In_ PETHREAD Thread
|
||||
);
|
||||
|
||||
NTKERNELAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
|
|
Loading…
Reference in a new issue