#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "objbase.h"
#include "rpcproxy.h"
#include "netfw.h"
#include "wine/debug.h"
#include "hnetcfg_private.h"
Go to the source code of this file.
Data Structures |
| struct | hnetcfg_cf |
Defines |
| #define | COBJMACROS |
Typedefs |
| typedef HRESULT(* | fnCreateInstance )(IUnknown *pUnkOuter, LPVOID *ppObj) |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (hnetcfg) |
| static hnetcfg_cf * | impl_from_IClassFactory (IClassFactory *iface) |
| static HRESULT WINAPI | hnetcfg_cf_QueryInterface (IClassFactory *iface, REFIID riid, LPVOID *ppobj) |
| static ULONG WINAPI | hnetcfg_cf_AddRef (IClassFactory *iface) |
| static ULONG WINAPI | hnetcfg_cf_Release (IClassFactory *iface) |
| static HRESULT WINAPI | hnetcfg_cf_CreateInstance (IClassFactory *iface, LPUNKNOWN pOuter, REFIID riid, LPVOID *ppobj) |
| static HRESULT WINAPI | hnetcfg_cf_LockServer (IClassFactory *iface, BOOL dolock) |
| BOOL WINAPI | DllMain (HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpvReserved) |
| HRESULT WINAPI | DllGetClassObject (REFCLSID rclsid, REFIID iid, LPVOID *ppv) |
| HRESULT WINAPI | DllCanUnloadNow (void) |
| HRESULT WINAPI | DllRegisterServer (void) |
| HRESULT WINAPI | DllUnregisterServer (void) |
Variables |
| static HINSTANCE | instance |
| static struct IClassFactoryVtbl | hnetcfg_cf_vtbl |
| static hnetcfg_cf | fw_manager_cf = { { &hnetcfg_cf_vtbl }, NetFwMgr_create } |
| static hnetcfg_cf | fw_app_cf = { { &hnetcfg_cf_vtbl }, NetFwAuthorizedApplication_create } |