ReactOS 0.4.16-dev-751-g45ed1a9
|
#include <obtypes.h>
PVOID _OBJECT_TYPE::DefaultObject |
Definition at line 384 of file obtypes.h.
Referenced by NtWaitForMultipleObjects(), ObCreateObjectType(), and TestObjectTypes().
ULONG _OBJECT_TYPE::HighWaterNumberOfHandles |
Definition at line 389 of file obtypes.h.
Referenced by ObCreateObjectType().
ULONG _OBJECT_TYPE::HighWaterNumberOfObjects |
Definition at line 388 of file obtypes.h.
Referenced by ObCreateObjectType().
ULONG _OBJECT_TYPE::Index |
Definition at line 385 of file obtypes.h.
Referenced by ObCreateObjectType(), and QSI_DEF().
ULONG _OBJECT_TYPE::Key |
Definition at line 391 of file obtypes.h.
Referenced by ObCreateObjectType(), and TestObjectTypes().
ERESOURCE _OBJECT_TYPE::Mutex |
Definition at line 381 of file obtypes.h.
Referenced by ObCreateObjectType().
UNICODE_STRING _OBJECT_TYPE::Name |
Definition at line 383 of file obtypes.h.
Referenced by NtQueryDirectoryObject(), NtUserGetObjectInformation(), and ObCreateObjectType().
ERESOURCE _OBJECT_TYPE::ObjectLocks[4] |
Definition at line 392 of file obtypes.h.
Referenced by ObCreateObjectType().
ULONG _OBJECT_TYPE::TotalNumberOfHandles |
Definition at line 387 of file obtypes.h.
Referenced by ObCreateObjectType().
ULONG _OBJECT_TYPE::TotalNumberOfObjects |
Definition at line 386 of file obtypes.h.
Referenced by ObCreateObjectType().
OBJECT_TYPE_INITIALIZER _OBJECT_TYPE::TypeInfo |
Definition at line 390 of file obtypes.h.
Referenced by InitDesktopImpl(), InitWindowStationImpl(), IoCheckDesiredAccess(), IopParseDevice(), NtOpenProcess(), NtOpenThread(), ObCreateObjectType(), ObOpenObjectByName(), ObpLookupObjectName(), ObpSetHandleAttributes(), ObQueryNameString(), ObtCreateObjectTypes(), PspCreateProcess(), PspCreateThread(), PspSetPrimaryToken(), and TestObjectTypes().
LIST_ENTRY _OBJECT_TYPE::TypeList |
Definition at line 382 of file obtypes.h.
Referenced by ObCreateObjectType(), and ObInitSystem().