ReactOS 0.4.15-dev-8100-g1887773
_FLT_MESSAGE_WAITER_QUEUE Struct Reference

#include <fltmgrint.h>

Collaboration diagram for _FLT_MESSAGE_WAITER_QUEUE:

Public Attributes

IO_CSQ Csq
 
FLT_MUTEX_LIST_HEAD WaiterQ
 
ULONG MinimumWaiterLength
 
KSEMAPHORE Semaphore
 
KEVENT Event
 

Detailed Description

Definition at line 203 of file fltmgrint.h.

Member Data Documentation

◆ Csq

IO_CSQ _FLT_MESSAGE_WAITER_QUEUE::Csq

Definition at line 205 of file fltmgrint.h.

◆ Event

KEVENT _FLT_MESSAGE_WAITER_QUEUE::Event

Definition at line 209 of file fltmgrint.h.

◆ MinimumWaiterLength

ULONG _FLT_MESSAGE_WAITER_QUEUE::MinimumWaiterLength

Definition at line 207 of file fltmgrint.h.

◆ Semaphore

KSEMAPHORE _FLT_MESSAGE_WAITER_QUEUE::Semaphore

Definition at line 208 of file fltmgrint.h.

◆ WaiterQ

FLT_MUTEX_LIST_HEAD _FLT_MESSAGE_WAITER_QUEUE::WaiterQ

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