ReactOS 0.4.16-dev-725-g22577ae
|
#include <fltmgrint.h>
Public Attributes | |
FAST_MUTEX | mLock |
LIST_ENTRY | mList |
ULONG | mCount |
Definition at line 53 of file fltmgrint.h.
ULONG _FLT_MUTEX_LIST_HEAD::mCount |
Definition at line 57 of file fltmgrint.h.
Referenced by _IRQL_requires_max_(), CreatePortCCB(), and FltRegisterFilter().
LIST_ENTRY _FLT_MUTEX_LIST_HEAD::mList |
Definition at line 56 of file fltmgrint.h.
Referenced by _IRQL_requires_max_(), CreateClientPort(), FltpAddMessageWaiter(), FltpGetNextMessageWaiter(), and FltRegisterFilter().
FAST_MUTEX _FLT_MUTEX_LIST_HEAD::mLock |
Definition at line 55 of file fltmgrint.h.
Referenced by _IRQL_requires_max_(), _Releases_lock_(), CONTAINING_RECORD(), CreateClientPort(), CreatePortCCB(), FltpServerPortClose(), and FltRegisterFilter().