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

conpoint.c File Reference
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "wine/debug.h"
#include "mshtml_private.h"

Go to the source code of this file.

Defines

#define COBJMACROS
#define CONPOINT(x)   ((IConnectionPoint*) &(x)->lpConnectionPointVtbl);
#define X(x)
#define CONPOINT_THIS(iface)   DEFINE_THIS(ConnectionPoint, ConnectionPoint, iface)
#define CONPTCONT_THIS(iface)   DEFINE_THIS(ConnectionPointContainer, ConnectionPointContainer, iface)

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (mshtml)
static const chardebugstr_cp_guid (REFIID riid)
void call_property_onchanged (ConnectionPoint *This, DISPID dispid)
static HRESULT WINAPI ConnectionPoint_QueryInterface (IConnectionPoint *iface, REFIID riid, LPVOID *ppv)
static ULONG WINAPI ConnectionPoint_AddRef (IConnectionPoint *iface)
static ULONG WINAPI ConnectionPoint_Release (IConnectionPoint *iface)
static HRESULT WINAPI ConnectionPoint_GetConnectionInterface (IConnectionPoint *iface, IID *pIID)
static HRESULT WINAPI ConnectionPoint_GetConnectionPointContainer (IConnectionPoint *iface, IConnectionPointContainer **ppCPC)
static HRESULT WINAPI ConnectionPoint_Advise (IConnectionPoint *iface, IUnknown *pUnkSink, DWORD *pdwCookie)
static HRESULT WINAPI ConnectionPoint_Unadvise (IConnectionPoint *iface, DWORD dwCookie)
static HRESULT WINAPI ConnectionPoint_EnumConnections (IConnectionPoint *iface, IEnumConnections **ppEnum)
void ConnectionPoint_Init (ConnectionPoint *cp, ConnectionPointContainer *container, REFIID riid, cp_static_data_t *data)
static void ConnectionPoint_Destroy (ConnectionPoint *This)
static HRESULT WINAPI ConnectionPointContainer_QueryInterface (IConnectionPointContainer *iface, REFIID riid, void **ppv)
static ULONG WINAPI ConnectionPointContainer_AddRef (IConnectionPointContainer *iface)
static ULONG WINAPI ConnectionPointContainer_Release (IConnectionPointContainer *iface)
static HRESULT WINAPI ConnectionPointContainer_EnumConnectionPoints (IConnectionPointContainer *iface, IEnumConnectionPoints **ppEnum)
static HRESULT WINAPI ConnectionPointContainer_FindConnectionPoint (IConnectionPointContainer *iface, REFIID riid, IConnectionPoint **ppCP)
void ConnectionPointContainer_Init (ConnectionPointContainer *This, IUnknown *outer)
void ConnectionPointContainer_Destroy (ConnectionPointContainer *This)

Variables

static const IConnectionPointVtbl ConnectionPointVtbl
static const
IConnectionPointContainerVtbl 
ConnectionPointContainerVtbl

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