ReactOS 0.4.15-dev-6068-g8061a6f
|
#include <obtypes.h>
Public Attributes | |
union { | |
POBJECT_HANDLE_COUNT_DATABASE HandleCountDatabase | |
OBJECT_HANDLE_COUNT_ENTRY SingleEntry | |
}; | |
union { ... } _OBJECT_HEADER_HANDLE_INFO::@2600 |
POBJECT_HANDLE_COUNT_DATABASE _OBJECT_HEADER_HANDLE_INFO::HandleCountDatabase |
Definition at line 458 of file obtypes.h.
Referenced by ObpDeallocateObject(), ObpDecrementHandleCount(), ObpIncrementHandleDataBase(), and ObpInsertHandleCount().
OBJECT_HANDLE_COUNT_ENTRY _OBJECT_HEADER_HANDLE_INFO::SingleEntry |
Definition at line 459 of file obtypes.h.
Referenced by ObpAllocateObject(), ObpDecrementHandleCount(), ObpIncrementHandleDataBase(), and ObpInsertHandleCount().