ReactOS 0.4.15-dev-7924-g5949c20
_FLT_PORT_OBJECT Struct Reference

#include <fltmgrint.h>

Collaboration diagram for _FLT_PORT_OBJECT:

Public Attributes

LIST_ENTRY FilterLink
 
PFLT_SERVER_PORT_OBJECT ServerPort
 
PVOID Cookie
 
EX_RUNDOWN_REF MsgNotifRundownRef
 
FAST_MUTEX Lock
 
FLT_MESSAGE_WAITER_QUEUE MsgQ
 
ULONGLONG MessageId
 
KEVENT DisconnectEvent
 
BOOLEAN Disconnected
 

Detailed Description

Definition at line 214 of file fltmgrint.h.

Member Data Documentation

◆ Cookie

PVOID _FLT_PORT_OBJECT::Cookie

Definition at line 218 of file fltmgrint.h.

Referenced by CreateClientPort().

◆ Disconnected

BOOLEAN _FLT_PORT_OBJECT::Disconnected

Definition at line 224 of file fltmgrint.h.

◆ DisconnectEvent

KEVENT _FLT_PORT_OBJECT::DisconnectEvent

Definition at line 223 of file fltmgrint.h.

◆ FilterLink

LIST_ENTRY _FLT_PORT_OBJECT::FilterLink

Definition at line 216 of file fltmgrint.h.

Referenced by CreateClientPort().

◆ Lock

FAST_MUTEX _FLT_PORT_OBJECT::Lock

Definition at line 220 of file fltmgrint.h.

Referenced by CreateClientPort().

◆ MessageId

ULONGLONG _FLT_PORT_OBJECT::MessageId

Definition at line 222 of file fltmgrint.h.

◆ MsgNotifRundownRef

EX_RUNDOWN_REF _FLT_PORT_OBJECT::MsgNotifRundownRef

Definition at line 219 of file fltmgrint.h.

Referenced by CreateClientPort().

◆ MsgQ

FLT_MESSAGE_WAITER_QUEUE _FLT_PORT_OBJECT::MsgQ

Definition at line 221 of file fltmgrint.h.

Referenced by CreateClientPort().

◆ ServerPort

PFLT_SERVER_PORT_OBJECT _FLT_PORT_OBJECT::ServerPort

Definition at line 217 of file fltmgrint.h.

Referenced by CreateClientPort(), FltpClientPortClose(), and FltpClientPortDelete().


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