ReactOS 0.4.16-dev-937-g7afcd2a
|
Public Attributes | |
INetFwOpenPort | INetFwOpenPort_iface |
LONG | refs |
BSTR | name |
NET_FW_IP_PROTOCOL | protocol |
LONG | port |
INetFwOpenPort fw_port::INetFwOpenPort_iface |
Definition at line 39 of file port.c.
Referenced by NetFwOpenPort_create().
BSTR fw_port::name |
Definition at line 41 of file port.c.
Referenced by fw_port_Release(), and NetFwOpenPort_create().
LONG fw_port::port |
Definition at line 43 of file port.c.
Referenced by NetFwOpenPort_create().
NET_FW_IP_PROTOCOL fw_port::protocol |
Definition at line 42 of file port.c.
Referenced by NetFwOpenPort_create().
LONG fw_port::refs |
Definition at line 40 of file port.c.
Referenced by fw_port_AddRef(), fw_port_Release(), and NetFwOpenPort_create().