ReactOS 0.4.16-dev-732-g2d1144a
|
#include <obtypes.h>
Public Attributes | |
union { | |
POBJECT_HANDLE_COUNT_DATABASE HandleCountDatabase | |
OBJECT_HANDLE_COUNT_ENTRY SingleEntry | |
}; | |
union { ... } _OBJECT_HEADER_HANDLE_INFO::@2643 |
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().