ReactOS 0.4.16-dev-297-gc569aee
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
VOID NTAPI | PspDeleteLdt (PEPROCESS Process) |
VOID NTAPI | PspDeleteVdmObjects (PEPROCESS Process) |
NTSTATUS NTAPI | PspQueryDescriptorThread (IN PETHREAD Thread, IN PVOID ThreadInformation, IN ULONG ThreadInformationLength, OUT PULONG ReturnLength OPTIONAL) |
Definition at line 19 of file psldt.c.
Referenced by PspDeleteProcess().
Definition at line 27 of file psldt.c.
Referenced by PspDeleteProcess().
NTSTATUS NTAPI PspQueryDescriptorThread | ( | IN PETHREAD | Thread, |
IN PVOID | ThreadInformation, | ||
IN ULONG | ThreadInformationLength, | ||
OUT PULONG ReturnLength | OPTIONAL | ||
) |
Definition at line 43 of file psldt.c.
Referenced by NtQueryInformationThread().