ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

hnetcfg.c File Reference
#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_cfimpl_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 }

Generated on Fri May 25 2012 05:08:15 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.