mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 01:40:36 +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(
|
PsGetThreadId(
|
||||||
_In_ PETHREAD Thread);
|
_In_ PETHREAD Thread);
|
||||||
|
|
||||||
|
NTKERNELAPI
|
||||||
|
PEPROCESS
|
||||||
|
NTAPI
|
||||||
|
PsGetThreadProcess(
|
||||||
|
_In_ PETHREAD Thread
|
||||||
|
);
|
||||||
|
|
||||||
NTKERNELAPI
|
NTKERNELAPI
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
NTAPI
|
NTAPI
|
||||||
|
|
Loading…
Reference in a new issue