|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "initguid.h"
#include "ole2.h"
#include "netfw.h"
#include "wine/debug.h"
#include "wine/unicode.h"
#include "hnetcfg_private.h"
Go to the source code of this file.
Data Structures |
| struct | fw_manager |
Defines |
| #define | COBJMACROS |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (hnetcfg) |
| static fw_manager * | impl_from_INetFwMgr (INetFwMgr *iface) |
| static ULONG WINAPI | fw_manager_AddRef (INetFwMgr *iface) |
| static ULONG WINAPI | fw_manager_Release (INetFwMgr *iface) |
| static HRESULT WINAPI | fw_manager_QueryInterface (INetFwMgr *iface, REFIID riid, void **ppvObject) |
| static HRESULT WINAPI | fw_manager_GetTypeInfoCount (INetFwMgr *iface, UINT *pctinfo) |
| static HRESULT WINAPI | fw_manager_GetTypeInfo (INetFwMgr *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
| static HRESULT WINAPI | fw_manager_GetIDsOfNames (INetFwMgr *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
| static HRESULT WINAPI | fw_manager_Invoke (INetFwMgr *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| static HRESULT WINAPI | fw_manager_get_LocalPolicy (INetFwMgr *iface, INetFwPolicy **localPolicy) |
| static HRESULT WINAPI | fw_manager_get_CurrentProfileType (INetFwMgr *iface, NET_FW_PROFILE_TYPE *profileType) |
| static HRESULT WINAPI | fw_manager_RestoreDefaults (INetFwMgr *iface) |
| static HRESULT WINAPI | fw_manager_IsPortAllowed (INetFwMgr *iface, BSTR imageFileName, NET_FW_IP_VERSION ipVersion, LONG portNumber, BSTR localAddress, NET_FW_IP_PROTOCOL ipProtocol, VARIANT *allowed, VARIANT *restricted) |
| static HRESULT WINAPI | fw_manager_IsIcmpTypeAllowed (INetFwMgr *iface, NET_FW_IP_VERSION ipVersion, BSTR localAddress, BYTE type, VARIANT *allowed, VARIANT *restricted) |
| HRESULT | NetFwMgr_create (IUnknown *pUnkOuter, LPVOID *ppObj) |
Variables |
| static struct INetFwMgrVtbl | fw_manager_vtbl |
Generated on Sat May 26 2012 05:08:48 for ReactOS by
1.7.6.1
|