ReactOS 0.4.15-dev-7918-g2a2556c
_PROC_THREAD_ATTRIBUTE_LIST Struct Reference
Collaboration diagram for _PROC_THREAD_ATTRIBUTE_LIST:

Public Attributes

DWORD mask
 
DWORD size
 
DWORD count
 
DWORD pad
 
DWORD_PTR unk
 
struct proc_thread_attr attrs [10]
 

Detailed Description

Definition at line 3799 of file process.c.

Member Data Documentation

◆ attrs

struct proc_thread_attr _PROC_THREAD_ATTRIBUTE_LIST::attrs[10]

Definition at line 3806 of file process.c.

Referenced by test_ProcThreadAttributeList().

◆ count

DWORD _PROC_THREAD_ATTRIBUTE_LIST::count

Definition at line 3803 of file process.c.

Referenced by test_ProcThreadAttributeList().

◆ mask

DWORD _PROC_THREAD_ATTRIBUTE_LIST::mask

Definition at line 3801 of file process.c.

Referenced by test_ProcThreadAttributeList().

◆ pad

DWORD _PROC_THREAD_ATTRIBUTE_LIST::pad

Definition at line 3804 of file process.c.

◆ size

DWORD _PROC_THREAD_ATTRIBUTE_LIST::size

Definition at line 3802 of file process.c.

Referenced by test_ProcThreadAttributeList().

◆ unk

DWORD_PTR _PROC_THREAD_ATTRIBUTE_LIST::unk

Definition at line 3805 of file process.c.

Referenced by test_ProcThreadAttributeList().


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