#include "config.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "wuapi.h"
#include "wine/debug.h"
#include "wuapi_private.h"
Go to the source code of this file.
Data Structures |
| struct | wucf |
Defines |
| #define | COBJMACROS |
Typedefs |
| typedef HRESULT(* | fnCreateInstance )(IUnknown *pUnkOuter, LPVOID *ppObj) |
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) |
Variables |
| static struct IClassFactoryVtbl | wucf_vtbl |
| static wucf | sessioncf = { &wucf_vtbl, UpdateSession_create } |
| static wucf | updatescf = { &wucf_vtbl, AutomaticUpdates_create } |