ReactOS 0.4.15-dev-7924-g5949c20
_IO_REMOVE_LOCK_DBG_BLOCK Struct Reference

#include <iotypes.h>

Collaboration diagram for _IO_REMOVE_LOCK_DBG_BLOCK:

Public Attributes

LONG Signature
 
LONG HighWatermark
 
LONGLONG MaxLockedTicks
 
LONG AllocateTag
 
LIST_ENTRY LockList
 
KSPIN_LOCK Spin
 
volatile LONG LowMemoryCount
 
ULONG Reserved1 [4]
 
PVOID Reserved2
 
PIO_REMOVE_LOCK_TRACKING_BLOCK Blocks
 

Detailed Description

Definition at line 486 of file iotypes.h.

Member Data Documentation

◆ AllocateTag

LONG _IO_REMOVE_LOCK_DBG_BLOCK::AllocateTag

Definition at line 490 of file iotypes.h.

◆ Blocks

PIO_REMOVE_LOCK_TRACKING_BLOCK _IO_REMOVE_LOCK_DBG_BLOCK::Blocks

Definition at line 496 of file iotypes.h.

◆ HighWatermark

LONG _IO_REMOVE_LOCK_DBG_BLOCK::HighWatermark

Definition at line 488 of file iotypes.h.

◆ LockList

LIST_ENTRY _IO_REMOVE_LOCK_DBG_BLOCK::LockList

Definition at line 491 of file iotypes.h.

◆ LowMemoryCount

volatile LONG _IO_REMOVE_LOCK_DBG_BLOCK::LowMemoryCount

Definition at line 493 of file iotypes.h.

◆ MaxLockedTicks

LONGLONG _IO_REMOVE_LOCK_DBG_BLOCK::MaxLockedTicks

Definition at line 489 of file iotypes.h.

◆ Reserved1

ULONG _IO_REMOVE_LOCK_DBG_BLOCK::Reserved1[4]

Definition at line 494 of file iotypes.h.

◆ Reserved2

PVOID _IO_REMOVE_LOCK_DBG_BLOCK::Reserved2

Definition at line 495 of file iotypes.h.

◆ Signature

LONG _IO_REMOVE_LOCK_DBG_BLOCK::Signature

Definition at line 487 of file iotypes.h.

◆ Spin

KSPIN_LOCK _IO_REMOVE_LOCK_DBG_BLOCK::Spin

Definition at line 492 of file iotypes.h.


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