ReactOS 0.4.16-dev-321-g63bb46a
|
Public Attributes | |
PIO_REMOVE_LOCK_TRACKING_BLOCK | Next |
PVOID | Tag |
LARGE_INTEGER | LockMoment |
LPCSTR | File |
ULONG | Line |
LPCSTR _IO_REMOVE_LOCK_TRACKING_BLOCK::File |
Definition at line 22 of file remlock.c.
Referenced by IoAcquireRemoveLockEx(), and IoReleaseRemoveLockEx().
ULONG _IO_REMOVE_LOCK_TRACKING_BLOCK::Line |
Definition at line 23 of file remlock.c.
Referenced by IoAcquireRemoveLockEx(), and IoReleaseRemoveLockEx().
LARGE_INTEGER _IO_REMOVE_LOCK_TRACKING_BLOCK::LockMoment |
Definition at line 21 of file remlock.c.
Referenced by IoAcquireRemoveLockEx(), and IoReleaseRemoveLockEx().
PIO_REMOVE_LOCK_TRACKING_BLOCK _IO_REMOVE_LOCK_TRACKING_BLOCK::Next |
Definition at line 19 of file remlock.c.
Referenced by IoAcquireRemoveLockEx(), and IoReleaseRemoveLockEx().
PVOID _IO_REMOVE_LOCK_TRACKING_BLOCK::Tag |
Definition at line 20 of file remlock.c.
Referenced by IoAcquireRemoveLockEx(), IoReleaseRemoveLockAndWaitEx(), and IoReleaseRemoveLockEx().