Data Structures |
| struct | fw_profile |
Defines |
| #define | COBJMACROS |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (hnetcfg) |
| static fw_profile * | impl_from_INetFwProfile (INetFwProfile *iface) |
| static ULONG WINAPI | fw_profile_AddRef (INetFwProfile *iface) |
| static ULONG WINAPI | fw_profile_Release (INetFwProfile *iface) |
| static HRESULT WINAPI | fw_profile_QueryInterface (INetFwProfile *iface, REFIID riid, void **ppvObject) |
| static HRESULT WINAPI | fw_profile_GetTypeInfoCount (INetFwProfile *iface, UINT *pctinfo) |
| static HRESULT WINAPI | fw_profile_GetTypeInfo (INetFwProfile *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
| static HRESULT WINAPI | fw_profile_GetIDsOfNames (INetFwProfile *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
| static HRESULT WINAPI | fw_profile_Invoke (INetFwProfile *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| static HRESULT WINAPI | fw_profile_get_Type (INetFwProfile *iface, NET_FW_PROFILE_TYPE *type) |
| static HRESULT WINAPI | fw_profile_get_FirewallEnabled (INetFwProfile *iface, VARIANT_BOOL *enabled) |
| static HRESULT WINAPI | fw_profile_put_FirewallEnabled (INetFwProfile *iface, VARIANT_BOOL enabled) |
| static HRESULT WINAPI | fw_profile_get_ExceptionsNotAllowed (INetFwProfile *iface, VARIANT_BOOL *notAllowed) |
| static HRESULT WINAPI | fw_profile_put_ExceptionsNotAllowed (INetFwProfile *iface, VARIANT_BOOL notAllowed) |
| static HRESULT WINAPI | fw_profile_get_NotificationsDisabled (INetFwProfile *iface, VARIANT_BOOL *disabled) |
| static HRESULT WINAPI | fw_profile_put_NotificationsDisabled (INetFwProfile *iface, VARIANT_BOOL disabled) |
| static HRESULT WINAPI | fw_profile_get_UnicastResponsesToMulticastBroadcastDisabled (INetFwProfile *iface, VARIANT_BOOL *disabled) |
| static HRESULT WINAPI | fw_profile_put_UnicastResponsesToMulticastBroadcastDisabled (INetFwProfile *iface, VARIANT_BOOL disabled) |
| static HRESULT WINAPI | fw_profile_get_RemoteAdminSettings (INetFwProfile *iface, INetFwRemoteAdminSettings **remoteAdminSettings) |
| static HRESULT WINAPI | fw_profile_get_IcmpSettings (INetFwProfile *iface, INetFwIcmpSettings **icmpSettings) |
| static HRESULT WINAPI | fw_profile_get_GloballyOpenPorts (INetFwProfile *iface, INetFwOpenPorts **openPorts) |
| static HRESULT WINAPI | fw_profile_get_Services (INetFwProfile *iface, INetFwServices **Services) |
| static HRESULT WINAPI | fw_profile_get_AuthorizedApplications (INetFwProfile *iface, INetFwAuthorizedApplications **apps) |
| HRESULT | NetFwProfile_create (IUnknown *pUnkOuter, LPVOID *ppObj) |
Variables |
| static struct INetFwProfileVtbl | fw_profile_vtbl |