ReactOS 0.4.15-dev-7953-g1f49173
_FILTER_PORT_DATA Struct Reference

#include <fltmgr_shared.h>

Collaboration diagram for _FILTER_PORT_DATA:

Public Attributes

ULONG Size
 
UNICODE_STRING PortName
 
ULONG Options
 
PVOID Context
 
ULONG ContextSize
 

Detailed Description

Definition at line 25 of file fltmgr_shared.h.

Member Data Documentation

◆ Context

PVOID _FILTER_PORT_DATA::Context

Definition at line 30 of file fltmgr_shared.h.

Referenced by FilterConnectCommunicationPort().

◆ ContextSize

ULONG _FILTER_PORT_DATA::ContextSize

Definition at line 31 of file fltmgr_shared.h.

◆ Options

ULONG _FILTER_PORT_DATA::Options

Definition at line 29 of file fltmgr_shared.h.

Referenced by FilterConnectCommunicationPort().

◆ PortName

UNICODE_STRING _FILTER_PORT_DATA::PortName

Definition at line 28 of file fltmgr_shared.h.

Referenced by CreateClientPort(), and FilterConnectCommunicationPort().

◆ Size

ULONG _FILTER_PORT_DATA::Size

Definition at line 27 of file fltmgr_shared.h.

Referenced by FilterConnectCommunicationPort().


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