ReactOS 0.4.15-dev-7958-gcd0bb1a
_IO_REMOVE_LOCK_TRACKING_BLOCK Struct Reference
Collaboration diagram for _IO_REMOVE_LOCK_TRACKING_BLOCK:

Public Attributes

PIO_REMOVE_LOCK_TRACKING_BLOCK Next
 
PVOID Tag
 
LARGE_INTEGER LockMoment
 
LPCSTR File
 
ULONG Line
 

Detailed Description

Definition at line 17 of file remlock.c.

Member Data Documentation

◆ File

LPCSTR _IO_REMOVE_LOCK_TRACKING_BLOCK::File

Definition at line 22 of file remlock.c.

Referenced by IoAcquireRemoveLockEx(), and IoReleaseRemoveLockEx().

◆ Line

ULONG _IO_REMOVE_LOCK_TRACKING_BLOCK::Line

Definition at line 23 of file remlock.c.

Referenced by IoAcquireRemoveLockEx(), and IoReleaseRemoveLockEx().

◆ LockMoment

LARGE_INTEGER _IO_REMOVE_LOCK_TRACKING_BLOCK::LockMoment

Definition at line 21 of file remlock.c.

Referenced by IoAcquireRemoveLockEx(), and IoReleaseRemoveLockEx().

◆ Next

PIO_REMOVE_LOCK_TRACKING_BLOCK _IO_REMOVE_LOCK_TRACKING_BLOCK::Next

Definition at line 19 of file remlock.c.

Referenced by IoAcquireRemoveLockEx(), and IoReleaseRemoveLockEx().

◆ Tag

PVOID _IO_REMOVE_LOCK_TRACKING_BLOCK::Tag

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