|
| WINE_DEFAULT_DEBUG_CHANNEL (hnetcfg) |
|
static fw_port * | impl_from_INetFwOpenPort (INetFwOpenPort *iface) |
|
static ULONG WINAPI | fw_port_AddRef (INetFwOpenPort *iface) |
|
static ULONG WINAPI | fw_port_Release (INetFwOpenPort *iface) |
|
static HRESULT WINAPI | fw_port_QueryInterface (INetFwOpenPort *iface, REFIID riid, void **ppvObject) |
|
static HRESULT WINAPI | fw_port_GetTypeInfoCount (INetFwOpenPort *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | fw_port_GetTypeInfo (INetFwOpenPort *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | fw_port_GetIDsOfNames (INetFwOpenPort *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | fw_port_Invoke (INetFwOpenPort *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | fw_port_get_Name (INetFwOpenPort *iface, BSTR *name) |
|
static HRESULT WINAPI | fw_port_put_Name (INetFwOpenPort *iface, BSTR name) |
|
static HRESULT WINAPI | fw_port_get_IpVersion (INetFwOpenPort *iface, NET_FW_IP_VERSION *ipVersion) |
|
static HRESULT WINAPI | fw_port_put_IpVersion (INetFwOpenPort *iface, NET_FW_IP_VERSION ipVersion) |
|
static HRESULT WINAPI | fw_port_get_Protocol (INetFwOpenPort *iface, NET_FW_IP_PROTOCOL *ipProtocol) |
|
static HRESULT WINAPI | fw_port_put_Protocol (INetFwOpenPort *iface, NET_FW_IP_PROTOCOL ipProtocol) |
|
static HRESULT WINAPI | fw_port_get_Port (INetFwOpenPort *iface, LONG *portNumber) |
|
static HRESULT WINAPI | fw_port_put_Port (INetFwOpenPort *iface, LONG portNumber) |
|
static HRESULT WINAPI | fw_port_get_Scope (INetFwOpenPort *iface, NET_FW_SCOPE *scope) |
|
static HRESULT WINAPI | fw_port_put_Scope (INetFwOpenPort *iface, NET_FW_SCOPE scope) |
|
static HRESULT WINAPI | fw_port_get_RemoteAddresses (INetFwOpenPort *iface, BSTR *remoteAddrs) |
|
static HRESULT WINAPI | fw_port_put_RemoteAddresses (INetFwOpenPort *iface, BSTR remoteAddrs) |
|
static HRESULT WINAPI | fw_port_get_Enabled (INetFwOpenPort *iface, VARIANT_BOOL *enabled) |
|
static HRESULT WINAPI | fw_port_put_Enabled (INetFwOpenPort *iface, VARIANT_BOOL enabled) |
|
static HRESULT WINAPI | fw_port_get_BuiltIn (INetFwOpenPort *iface, VARIANT_BOOL *builtIn) |
|
HRESULT | NetFwOpenPort_create (IUnknown *pUnkOuter, LPVOID *ppObj) |
|
static fw_ports * | impl_from_INetFwOpenPorts (INetFwOpenPorts *iface) |
|
static ULONG WINAPI | fw_ports_AddRef (INetFwOpenPorts *iface) |
|
static ULONG WINAPI | fw_ports_Release (INetFwOpenPorts *iface) |
|
static HRESULT WINAPI | fw_ports_QueryInterface (INetFwOpenPorts *iface, REFIID riid, void **ppvObject) |
|
static HRESULT WINAPI | fw_ports_GetTypeInfoCount (INetFwOpenPorts *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | fw_ports_GetTypeInfo (INetFwOpenPorts *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | fw_ports_GetIDsOfNames (INetFwOpenPorts *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | fw_ports_Invoke (INetFwOpenPorts *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | fw_ports_get_Count (INetFwOpenPorts *iface, LONG *count) |
|
static HRESULT WINAPI | fw_ports_Add (INetFwOpenPorts *iface, INetFwOpenPort *port) |
|
static HRESULT WINAPI | fw_ports_Remove (INetFwOpenPorts *iface, LONG portNumber, NET_FW_IP_PROTOCOL ipProtocol) |
|
static HRESULT WINAPI | fw_ports_Item (INetFwOpenPorts *iface, LONG portNumber, NET_FW_IP_PROTOCOL ipProtocol, INetFwOpenPort **openPort) |
|
static HRESULT WINAPI | fw_ports_get__NewEnum (INetFwOpenPorts *iface, IUnknown **newEnum) |
|
HRESULT | NetFwOpenPorts_create (IUnknown *pUnkOuter, LPVOID *ppObj) |
|
static upnpnat * | impl_from_IUPnPNAT (IUPnPNAT *iface) |
|
static HRESULT WINAPI | upnpnat_QueryInterface (IUPnPNAT *iface, REFIID riid, void **object) |
|
static ULONG WINAPI | upnpnat_AddRef (IUPnPNAT *iface) |
|
static ULONG WINAPI | upnpnat_Release (IUPnPNAT *iface) |
|
static HRESULT WINAPI | upnpnat_GetTypeInfoCount (IUPnPNAT *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | upnpnat_GetTypeInfo (IUPnPNAT *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | upnpnat_GetIDsOfNames (IUPnPNAT *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | upnpnat_Invoke (IUPnPNAT *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | upnpnat_get_StaticPortMappingCollection (IUPnPNAT *iface, IStaticPortMappingCollection **collection) |
|
static HRESULT WINAPI | upnpnat_get_DynamicPortMappingCollection (IUPnPNAT *iface, IDynamicPortMappingCollection **collection) |
|
static HRESULT WINAPI | upnpnat_get_NATEventManager (IUPnPNAT *iface, INATEventManager **manager) |
|
HRESULT | IUPnPNAT_create (IUnknown *outer, void **object) |
|