ReactOS 0.4.16-dev-340-g0540c21
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "initguid.h"
#include "objbase.h"
#include "wbemcli.h"
#include "wmiutils.h"
#include "rpcproxy.h"
#include "wine/debug.h"
#include "wmiutils_private.h"
Go to the source code of this file.
Classes | |
struct | wmiutils_cf |
Macros | |
#define | COBJMACROS |
Typedefs | |
typedef HRESULT(* | fnCreateInstance) (LPVOID *ppObj) |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (wmiutils) | |
static wmiutils_cf * | impl_from_IClassFactory (IClassFactory *iface) |
static HRESULT WINAPI | wmiutils_cf_QueryInterface (IClassFactory *iface, REFIID riid, LPVOID *ppobj) |
static ULONG WINAPI | wmiutils_cf_AddRef (IClassFactory *iface) |
static ULONG WINAPI | wmiutils_cf_Release (IClassFactory *iface) |
static HRESULT WINAPI | wmiutils_cf_CreateInstance (IClassFactory *iface, LPUNKNOWN pOuter, REFIID riid, LPVOID *ppobj) |
static HRESULT WINAPI | wmiutils_cf_LockServer (IClassFactory *iface, BOOL dolock) |
BOOL WINAPI | DllMain (HINSTANCE hinst, DWORD reason, LPVOID lpv) |
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 const struct IClassFactoryVtbl | wmiutils_cf_vtbl |
static wmiutils_cf | status_code_cf = { { &wmiutils_cf_vtbl }, WbemStatusCodeText_create } |
static wmiutils_cf | path_cf = { { &wmiutils_cf_vtbl }, WbemPath_create } |
Definition at line 116 of file main.c.
Definition at line 159 of file main.c.
Definition at line 167 of file main.c.
|
inlinestatic |
WINE_DEFAULT_DEBUG_CHANNEL | ( | wmiutils | ) |
|
static |
|
static |
Definition at line 75 of file main.c.
|
static |
|
static |
|
static |
|
static |
Definition at line 114 of file main.c.
Referenced by DllGetClassObject().
|
static |
Definition at line 113 of file main.c.
Referenced by DllGetClassObject().