|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
Data Fields | |
| ULONG | length |
| HANDLE | root_directory |
| unicode_string * | object_name |
| ULONG | attributes |
| PVOID | security_descriptor |
| PVOID | security_qos |
Definition at line 24 of file nt_process.c.
| ULONG object_attributes::attributes |
Definition at line 28 of file nt_process.c.
| ULONG object_attributes::length |
Definition at line 25 of file nt_process.c.
| unicode_string* object_attributes::object_name |
Definition at line 27 of file nt_process.c.
| HANDLE object_attributes::root_directory |
Definition at line 26 of file nt_process.c.
| PVOID object_attributes::security_descriptor |
Definition at line 29 of file nt_process.c.
| PVOID object_attributes::security_qos |
Definition at line 30 of file nt_process.c.