RSC  0.16.0
rsc::os::_PROCESS_BASIC_INFORMATION Struct Reference
Collaboration diagram for rsc::os::_PROCESS_BASIC_INFORMATION:
Collaboration graph

Public Attributes

LONG ExitStatus
 
PVOID PebBaseAddress
 
ULONG_PTR AffinityMask
 
LONG BasePriority
 
ULONG_PTR UniqueProcessId
 
ULONG_PTR ParentProcessId
 

Detailed Description

Definition at line 106 of file Win32ProcessInfo.cpp.

Member Data Documentation

ULONG_PTR rsc::os::_PROCESS_BASIC_INFORMATION::AffinityMask

Definition at line 109 of file Win32ProcessInfo.cpp.

LONG rsc::os::_PROCESS_BASIC_INFORMATION::BasePriority

Definition at line 110 of file Win32ProcessInfo.cpp.

LONG rsc::os::_PROCESS_BASIC_INFORMATION::ExitStatus

Definition at line 107 of file Win32ProcessInfo.cpp.

ULONG_PTR rsc::os::_PROCESS_BASIC_INFORMATION::ParentProcessId

Definition at line 112 of file Win32ProcessInfo.cpp.

PVOID rsc::os::_PROCESS_BASIC_INFORMATION::PebBaseAddress

Definition at line 108 of file Win32ProcessInfo.cpp.

Referenced by rsc::os::GetPebAddress().

ULONG_PTR rsc::os::_PROCESS_BASIC_INFORMATION::UniqueProcessId

Definition at line 111 of file Win32ProcessInfo.cpp.


The documentation for this struct was generated from the following file: