|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "winuser.h"#include "ole2.h"#include "rpcproxy.h"#include "wuapi.h"#include "wine/debug.h"#include "wuapi_private.h"
Go to the source code of this file.
Classes | |
| struct | _wucf |
Macros | |
| #define | COBJMACROS |
Typedefs | |
| typedef HRESULT(* | fnCreateInstance) (LPVOID *ppObj) |
| typedef struct _wucf | wucf |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (wuapi) | |
| static wucf * | impl_from_IClassFactory (IClassFactory *iface) |
| static HRESULT WINAPI | wucf_QueryInterface (IClassFactory *iface, REFIID riid, LPVOID *ppobj) |
| static ULONG WINAPI | wucf_AddRef (IClassFactory *iface) |
| static ULONG WINAPI | wucf_Release (IClassFactory *iface) |
| static HRESULT WINAPI | wucf_CreateInstance (IClassFactory *iface, LPUNKNOWN pOuter, REFIID riid, LPVOID *ppobj) |
| static HRESULT WINAPI | wucf_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 const struct IClassFactoryVtbl | wucf_vtbl |
| static wucf | sessioncf = { { &wucf_vtbl }, UpdateSession_create } |
| static wucf | updatescf = { { &wucf_vtbl }, AutomaticUpdates_create } |
| static wucf | sysinfocf = { { &wucf_vtbl }, SystemInformation_create } |
| static HINSTANCE | instance |
Definition at line 133 of file main.c.
Definition at line 117 of file main.c.
|
inlinestatic |
| WINE_DEFAULT_DEBUG_CHANNEL | ( | wuapi | ) |
|
static |
|
static |
Definition at line 73 of file main.c.
|
static |
|
static |
|
static |
|
static |
Definition at line 111 of file main.c.
Referenced by DllGetClassObject().
|
static |
Definition at line 113 of file main.c.
Referenced by DllGetClassObject().
|
static |
Definition at line 112 of file main.c.
Referenced by DllGetClassObject().