ReactOS 0.4.15-dev-7788-g1ad9096
_OBJECT_ATTRIBUTES Struct Reference

#include <umtypes.h>

Collaboration diagram for _OBJECT_ATTRIBUTES:

Public Attributes

ULONG Length
 
HANDLE RootDirectory
 
PUNICODE_STRING ObjectName
 
ULONG Attributes
 
PVOID SecurityDescriptor
 
PVOID SecurityQualityOfService
 

Detailed Description

Definition at line 181 of file umtypes.h.

Member Data Documentation

◆ Attributes

ULONG _OBJECT_ATTRIBUTES::Attributes

Definition at line 186 of file umtypes.h.

Referenced by ExpandSymbolicLink(), NtLoadKeyEx(), and NtUnloadKey2().

◆ Length

ULONG _OBJECT_ATTRIBUTES::Length

◆ ObjectName

◆ RootDirectory

HANDLE _OBJECT_ATTRIBUTES::RootDirectory

◆ SecurityDescriptor

PVOID _OBJECT_ATTRIBUTES::SecurityDescriptor

Definition at line 187 of file umtypes.h.

Referenced by ExpandSymbolicLink().

◆ SecurityQualityOfService

PVOID _OBJECT_ATTRIBUTES::SecurityQualityOfService

Definition at line 188 of file umtypes.h.

Referenced by ExpandSymbolicLink(), and RtlImpersonateSelf().


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