ReactOS 0.4.15-dev-7931-gfd331f1
_OWNER_ENTRY Struct Reference

#include <extypes.h>

Collaboration diagram for _OWNER_ENTRY:

Public Attributes

ERESOURCE_THREAD OwnerThread
 
union {
   struct {
      ULONG   IoPriorityBoosted:1
 
      ULONG   OwnerReferenced:1
 
      ULONG   OwnerCount:30
 
   }   DUMMYSTRUCTNAME
 
   ULONG   TableSize
 
DUMMYUNIONNAME
 

Detailed Description

Definition at line 210 of file extypes.h.

Member Data Documentation

◆ 

_ANONYMOUS_STRUCT struct { ... } _OWNER_ENTRY::DUMMYSTRUCTNAME

◆ 

_ANONYMOUS_UNION union { ... } _OWNER_ENTRY::DUMMYUNIONNAME

◆ IoPriorityBoosted

ULONG _OWNER_ENTRY::IoPriorityBoosted

Definition at line 214 of file extypes.h.

◆ OwnerCount

ULONG _OWNER_ENTRY::OwnerCount

Definition at line 216 of file extypes.h.

Referenced by DLDAcquireShared(), and ExSetResourceOwnerPointer().

◆ OwnerReferenced

ULONG _OWNER_ENTRY::OwnerReferenced

Definition at line 215 of file extypes.h.

◆ OwnerThread

ERESOURCE_THREAD _OWNER_ENTRY::OwnerThread

Definition at line 211 of file extypes.h.

Referenced by DLDAcquireShared(), and DLDpFindCurrentThread().

◆ TableSize

ULONG _OWNER_ENTRY::TableSize

Definition at line 218 of file extypes.h.


The documentation for this struct was generated from the following file: