ReactOS 0.4.16-dev-2613-g9533ad7
ConnectionPoint Struct Reference

#include <mshtml_private.h>

Collaboration diagram for ConnectionPoint:

Public Attributes

IConnectionPoint IConnectionPoint_iface
 
IConnectionPointContainercontainer
 
IDispatch ** sinks
 
DWORD sinks_size
 
IID iid
 
ConnectionPointContainercontainer
 
union {
   IUnknown *   unk
 
   IDispatch *   disp
 
   IPropertyNotifySink *   propnotif
 
} * sinks
 
const IIDiid
 
cp_static_data_tdata
 
ConnectionPointnext
 
domdocdoc
 
union {
   IUnknown *   unk
 
   IDispatch *   disp
 
   IPropertyNotifySink *   propnotif
 
} * sinks
 

Detailed Description

Definition at line 33 of file events.c.

Member Data Documentation

◆ container [1/2]

IConnectionPointContainer * ConnectionPoint::container

Definition at line 36 of file events.c.

◆ container [2/2]

ConnectionPointContainer* ConnectionPoint::container

Definition at line 528 of file mshtml_private.h.

◆ data

cp_static_data_t* ConnectionPoint::data

Definition at line 538 of file mshtml_private.h.

◆ disp

IDispatch* ConnectionPoint::disp

Definition at line 532 of file mshtml_private.h.

◆ doc

domdoc* ConnectionPoint::doc

Definition at line 92 of file domdoc.c.

◆ IConnectionPoint_iface

IConnectionPoint ConnectionPoint::IConnectionPoint_iface

Definition at line 34 of file events.c.

Referenced by ConnectionPointContainer_FindConnectionPoint().

◆ iid [1/2]

const IID * ConnectionPoint::iid

Definition at line 41 of file events.c.

Referenced by ConnectionPointContainer_FindConnectionPoint().

◆ iid [2/2]

const IID* ConnectionPoint::iid

Definition at line 537 of file mshtml_private.h.

◆ next

ConnectionPoint* ConnectionPoint::next

Definition at line 90 of file domdoc.c.

Referenced by ConnectionPointContainer_FindConnectionPoint().

◆ propnotif

IPropertyNotifySink* ConnectionPoint::propnotif

Definition at line 533 of file mshtml_private.h.

◆ sinks [1/3]

IDispatch** ConnectionPoint::sinks

Definition at line 38 of file events.c.

◆  [2/3]

union { ... } * ConnectionPoint::sinks

◆  [3/3]

union { ... } * ConnectionPoint::sinks

◆ sinks_size

DWORD ConnectionPoint::sinks_size

Definition at line 39 of file events.c.

◆ unk

IUnknown* ConnectionPoint::unk

Definition at line 531 of file mshtml_private.h.


The documentation for this struct was generated from the following files: