ReactOS 0.4.15-dev-7918-g2a2556c
_FLT_SERVER_PORT_OBJECT Struct Reference

#include <fltmgrint.h>

Collaboration diagram for _FLT_SERVER_PORT_OBJECT:

Public Attributes

LIST_ENTRY FilterLink
 
PFLT_CONNECT_NOTIFY ConnectNotify
 
PFLT_DISCONNECT_NOTIFY DisconnectNotify
 
PFLT_MESSAGE_NOTIFY MessageNotify
 
PFLT_FILTER Filter
 
PVOID Cookie
 
ULONG Flags
 
LONG NumberOfConnections
 
LONG MaxConnections
 

Detailed Description

Definition at line 188 of file fltmgrint.h.

Member Data Documentation

◆ ConnectNotify

PFLT_CONNECT_NOTIFY _FLT_SERVER_PORT_OBJECT::ConnectNotify

Definition at line 191 of file fltmgrint.h.

Referenced by _IRQL_requires_max_(), and CreateClientPort().

◆ Cookie

PVOID _FLT_SERVER_PORT_OBJECT::Cookie

Definition at line 195 of file fltmgrint.h.

Referenced by _IRQL_requires_max_(), and CreateClientPort().

◆ DisconnectNotify

PFLT_DISCONNECT_NOTIFY _FLT_SERVER_PORT_OBJECT::DisconnectNotify

Definition at line 192 of file fltmgrint.h.

Referenced by _IRQL_requires_max_().

◆ Filter

PFLT_FILTER _FLT_SERVER_PORT_OBJECT::Filter

◆ FilterLink

LIST_ENTRY _FLT_SERVER_PORT_OBJECT::FilterLink

Definition at line 190 of file fltmgrint.h.

Referenced by _IRQL_requires_max_(), and FltpServerPortClose().

◆ Flags

ULONG _FLT_SERVER_PORT_OBJECT::Flags

Definition at line 196 of file fltmgrint.h.

◆ MaxConnections

LONG _FLT_SERVER_PORT_OBJECT::MaxConnections

Definition at line 198 of file fltmgrint.h.

Referenced by _IRQL_requires_max_(), and CreateClientPort().

◆ MessageNotify

PFLT_MESSAGE_NOTIFY _FLT_SERVER_PORT_OBJECT::MessageNotify

Definition at line 193 of file fltmgrint.h.

Referenced by _IRQL_requires_max_().

◆ NumberOfConnections

LONG _FLT_SERVER_PORT_OBJECT::NumberOfConnections

Definition at line 197 of file fltmgrint.h.

Referenced by CreateClientPort(), and FltpClientPortClose().


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