102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
object_attributes Struct Reference

Data Fields

ULONG length
HANDLE root_directory
unicode_stringobject_name
ULONG attributes
PVOID security_descriptor
PVOID security_qos

Detailed Description

Definition at line 24 of file nt_process.c.

Field Documentation

◆ attributes

ULONG object_attributes::attributes

Definition at line 28 of file nt_process.c.

◆ length

ULONG object_attributes::length

Definition at line 25 of file nt_process.c.

◆ object_name

unicode_string* object_attributes::object_name

Definition at line 27 of file nt_process.c.

◆ root_directory

HANDLE object_attributes::root_directory

Definition at line 26 of file nt_process.c.

◆ security_descriptor

PVOID object_attributes::security_descriptor

Definition at line 29 of file nt_process.c.

◆ security_qos

PVOID object_attributes::security_qos

Definition at line 30 of file nt_process.c.


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