ReactOS 0.4.15-dev-5893-g1bb4167
|
#include <winternl.h>
Definition at line 401 of file winternl.h.
ULONG_PTR _PROCESS_BASIC_INFORMATION::AffinityMask |
Definition at line 337 of file pstypes.h.
Referenced by GetProcessAffinityMask(), and NtQueryInformationProcess().
KPRIORITY _PROCESS_BASIC_INFORMATION::BasePriority |
Definition at line 338 of file pstypes.h.
Referenced by NtQueryInformationProcess().
NTSTATUS _PROCESS_BASIC_INFORMATION::ExitStatus |
Definition at line 335 of file pstypes.h.
Referenced by _main(), GetExitCodeProcess(), and NtQueryInformationProcess().
ULONG_PTR _PROCESS_BASIC_INFORMATION::InheritedFromUniqueProcessId |
Definition at line 340 of file pstypes.h.
Referenced by CON_API_NOCONSOLE(), and NtQueryInformationProcess().
PPEB _PROCESS_BASIC_INFORMATION::PebBaseAddress |
Definition at line 404 of file winternl.h.
Referenced by EnumProcessModules(), FindModule(), GetProcessVersion(), NtQueryInformationProcess(), PsaEnumerateProcessModules(), RtlCreateUserProcess(), RtlpQueryRemoteProcessModules(), and UserpGetClientFileName().
PVOID _PROCESS_BASIC_INFORMATION::Reserved1 |
Definition at line 403 of file winternl.h.
PVOID _PROCESS_BASIC_INFORMATION::Reserved2 |
Definition at line 405 of file winternl.h.
PVOID _PROCESS_BASIC_INFORMATION::Reserved3 |
Definition at line 407 of file winternl.h.
ULONG_PTR _PROCESS_BASIC_INFORMATION::UniqueProcessId |
Definition at line 406 of file winternl.h.
Referenced by GetProcessId(), NtQueryInformationProcess(), and SmpApiLoop().