|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <fltmgrint.h>

Definition at line 214 of file fltmgrint.h.
| PVOID _FLT_PORT_OBJECT::Cookie |
Definition at line 218 of file fltmgrint.h.
Referenced by CreateClientPort().
| BOOLEAN _FLT_PORT_OBJECT::Disconnected |
Definition at line 224 of file fltmgrint.h.
| KEVENT _FLT_PORT_OBJECT::DisconnectEvent |
Definition at line 223 of file fltmgrint.h.
| LIST_ENTRY _FLT_PORT_OBJECT::FilterLink |
Definition at line 216 of file fltmgrint.h.
Referenced by CreateClientPort().
| FAST_MUTEX _FLT_PORT_OBJECT::Lock |
Definition at line 220 of file fltmgrint.h.
Referenced by CreateClientPort().
| ULONGLONG _FLT_PORT_OBJECT::MessageId |
Definition at line 222 of file fltmgrint.h.
| EX_RUNDOWN_REF _FLT_PORT_OBJECT::MsgNotifRundownRef |
Definition at line 219 of file fltmgrint.h.
Referenced by CreateClientPort().
| FLT_MESSAGE_WAITER_QUEUE _FLT_PORT_OBJECT::MsgQ |
Definition at line 221 of file fltmgrint.h.
Referenced by CreateClientPort().
| PFLT_SERVER_PORT_OBJECT _FLT_PORT_OBJECT::ServerPort |
Definition at line 217 of file fltmgrint.h.
Referenced by CreateClientPort(), FltpClientPortClose(), and FltpClientPortDelete().