ReactOS 0.4.16-dev-1521-gb8f1da6
|
#include <umtypes.h>
Public Attributes | |
ULONG | Length |
HANDLE | RootDirectory |
PUNICODE_STRING | ObjectName |
ULONG | Attributes |
PVOID | SecurityDescriptor |
PVOID | SecurityQualityOfService |
ULONG _OBJECT_ATTRIBUTES::Attributes |
Definition at line 186 of file umtypes.h.
Referenced by ExpandSymbolicLink(), NtLoadKeyEx(), NtUnloadKey2(), and RegLoadKeyW().
ULONG _OBJECT_ATTRIBUTES::Length |
Definition at line 183 of file umtypes.h.
Referenced by ExpandSymbolicLink(), NtUserCreateWindowStation(), NtUserOpenWindowStation(), and RegLoadKeyW().
PUNICODE_STRING _OBJECT_ATTRIBUTES::ObjectName |
Definition at line 185 of file umtypes.h.
Referenced by CreateNestedKey(), ExpandSymbolicLink(), NtUnloadKey2(), NtUserCreateWindowStation(), NtUserOpenWindowStation(), RegLoadKeyW(), and test_name_limits().
HANDLE _OBJECT_ATTRIBUTES::RootDirectory |
Definition at line 184 of file umtypes.h.
Referenced by ExpandSymbolicLink(), NtLoadKeyEx(), NtUnloadKey2(), RegLoadKeyW(), SdbRegisterDatabaseEx(), and test_name_limits().
PVOID _OBJECT_ATTRIBUTES::SecurityDescriptor |
Definition at line 187 of file umtypes.h.
Referenced by ExpandSymbolicLink(), and RegLoadKeyW().
PVOID _OBJECT_ATTRIBUTES::SecurityQualityOfService |
Definition at line 188 of file umtypes.h.
Referenced by ExpandSymbolicLink(), RegLoadKeyW(), and RtlImpersonateSelf().