ReactOS 0.4.16-dev-401-g45b008d
|
#include <fltmgr_shared.h>
Public Attributes | |
ULONG | Size |
UNICODE_STRING | PortName |
ULONG | Options |
PVOID | Context |
ULONG | ContextSize |
Definition at line 25 of file fltmgr_shared.h.
PVOID _FILTER_PORT_DATA::Context |
Definition at line 30 of file fltmgr_shared.h.
Referenced by FilterConnectCommunicationPort().
ULONG _FILTER_PORT_DATA::ContextSize |
Definition at line 31 of file fltmgr_shared.h.
ULONG _FILTER_PORT_DATA::Options |
Definition at line 29 of file fltmgr_shared.h.
Referenced by FilterConnectCommunicationPort().
UNICODE_STRING _FILTER_PORT_DATA::PortName |
Definition at line 28 of file fltmgr_shared.h.
Referenced by CreateClientPort(), and FilterConnectCommunicationPort().
ULONG _FILTER_PORT_DATA::Size |
Definition at line 27 of file fltmgr_shared.h.
Referenced by FilterConnectCommunicationPort().