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

installer.c File Reference
#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"

Go to the source code of this file.

Data Structures

struct  update_installer

Defines

#define COBJMACROS

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (wuapi)
static update_installerimpl_from_IUpdateInstaller (IUpdateInstaller *iface)
static ULONG WINAPI update_installer_AddRef (IUpdateInstaller *iface)
static ULONG WINAPI update_installer_Release (IUpdateInstaller *iface)
static HRESULT WINAPI update_installer_QueryInterface (IUpdateInstaller *iface, REFIID riid, void **ppvObject)
static HRESULT WINAPI update_installer_GetTypeInfoCount (IUpdateInstaller *iface, UINT *pctinfo)
static HRESULT WINAPI update_installer_GetTypeInfo (IUpdateInstaller *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo)
static HRESULT WINAPI update_installer_GetIDsOfNames (IUpdateInstaller *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId)
static HRESULT WINAPI update_installer_Invoke (IUpdateInstaller *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
static HRESULT WINAPI update_installer_get_ClientApplicationID (IUpdateInstaller *This, BSTR *retval)
static HRESULT WINAPI update_installer_put_ClientApplicationID (IUpdateInstaller *This, BSTR value)
static HRESULT WINAPI update_installer_get_IsForced (IUpdateInstaller *This, VARIANT_BOOL *retval)
static HRESULT WINAPI update_installer_put_IsForced (IUpdateInstaller *This, VARIANT_BOOL value)
static HRESULT WINAPI update_installer_get_ParentHwnd (IUpdateInstaller *This, HWND *retval)
static HRESULT WINAPI update_installer_put_ParentHwnd (IUpdateInstaller *This, HWND value)
static HRESULT WINAPI update_installer_put_ParentWindow (IUpdateInstaller *This, IUnknown *value)
static HRESULT WINAPI update_installer_get_ParentWindow (IUpdateInstaller *This, IUnknown **retval)
static HRESULT WINAPI update_installer_get_Updates (IUpdateInstaller *This, IUpdateCollection **retval)
static HRESULT WINAPI update_installer_put_Updates (IUpdateInstaller *This, IUpdateCollection *value)
HRESULT UpdateInstaller_create (IUnknown *pUnkOuter, LPVOID *ppObj)

Variables

static struct IUpdateInstallerVtbl update_installer_vtbl

Generated on Sat May 26 2012 05:20:24 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.