ReactOS 0.4.15-dev-7953-g1f49173
_ERESOURCE Struct Reference

#include <extypes.h>

Collaboration diagram for _ERESOURCE:

Public Attributes

LIST_ENTRY SystemResourcesList
 
POWNER_ENTRY OwnerTable
 
SHORT ActiveCount
 
USHORT Flag
 
volatile PKSEMAPHORE SharedWaiters
 
volatile PKEVENT ExclusiveWaiters
 
OWNER_ENTRY OwnerEntry
 
ULONG ActiveEntries
 
ULONG ContentionCount
 
ULONG NumberOfSharedWaiters
 
ULONG NumberOfExclusiveWaiters
 
union {
   PVOID   Address
 
   ULONG_PTR   CreatorBackTraceIndex
 
DUMMYUNIONNAME
 
KSPIN_LOCK SpinLock
 

Detailed Description

Definition at line 222 of file extypes.h.

Member Data Documentation

◆ ActiveCount

SHORT _ERESOURCE::ActiveCount

Definition at line 225 of file extypes.h.

◆ ActiveEntries

ULONG _ERESOURCE::ActiveEntries

Definition at line 230 of file extypes.h.

◆ Address

PVOID _ERESOURCE::Address

Definition at line 238 of file extypes.h.

◆ ContentionCount

ULONG _ERESOURCE::ContentionCount

Definition at line 231 of file extypes.h.

◆ CreatorBackTraceIndex

ULONG_PTR _ERESOURCE::CreatorBackTraceIndex

Definition at line 239 of file extypes.h.

◆ 

_ANONYMOUS_UNION union { ... } _ERESOURCE::DUMMYUNIONNAME

◆ ExclusiveWaiters

volatile PKEVENT _ERESOURCE::ExclusiveWaiters

Definition at line 228 of file extypes.h.

◆ Flag

USHORT _ERESOURCE::Flag

Definition at line 226 of file extypes.h.

◆ NumberOfExclusiveWaiters

ULONG _ERESOURCE::NumberOfExclusiveWaiters

Definition at line 233 of file extypes.h.

◆ NumberOfSharedWaiters

ULONG _ERESOURCE::NumberOfSharedWaiters

Definition at line 232 of file extypes.h.

◆ OwnerEntry

OWNER_ENTRY _ERESOURCE::OwnerEntry

Definition at line 229 of file extypes.h.

◆ OwnerTable

POWNER_ENTRY _ERESOURCE::OwnerTable

Definition at line 224 of file extypes.h.

◆ SharedWaiters

volatile PKSEMAPHORE _ERESOURCE::SharedWaiters

Definition at line 227 of file extypes.h.

◆ SpinLock

KSPIN_LOCK _ERESOURCE::SpinLock

Definition at line 241 of file extypes.h.

◆ SystemResourcesList

LIST_ENTRY _ERESOURCE::SystemResourcesList

Definition at line 223 of file extypes.h.


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