ReactOS 0.4.16-dev-91-g764881a
|
#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(), and NtUnloadKey2().
ULONG _OBJECT_ATTRIBUTES::Length |
Definition at line 183 of file umtypes.h.
Referenced by ExpandSymbolicLink(), NtUserCreateWindowStation(), and NtUserOpenWindowStation().
PUNICODE_STRING _OBJECT_ATTRIBUTES::ObjectName |
Definition at line 185 of file umtypes.h.
Referenced by CreateNestedKey(), ExpandSymbolicLink(), NtUnloadKey2(), NtUserCreateWindowStation(), NtUserOpenWindowStation(), and test_name_limits().
HANDLE _OBJECT_ATTRIBUTES::RootDirectory |
Definition at line 184 of file umtypes.h.
Referenced by ExpandSymbolicLink(), NtLoadKeyEx(), NtUnloadKey2(), SdbRegisterDatabaseEx(), and test_name_limits().
PVOID _OBJECT_ATTRIBUTES::SecurityDescriptor |
Definition at line 187 of file umtypes.h.
Referenced by ExpandSymbolicLink().
PVOID _OBJECT_ATTRIBUTES::SecurityQualityOfService |
Definition at line 188 of file umtypes.h.
Referenced by ExpandSymbolicLink(), and RtlImpersonateSelf().