|
ReactOS 0.4.16-dev-2613-g9533ad7
|
#include <mshtml_private.h>

Public Attributes | |
| IConnectionPoint | IConnectionPoint_iface |
| IConnectionPointContainer * | container |
| IDispatch ** | sinks |
| DWORD | sinks_size |
| IID | iid |
| ConnectionPointContainer * | container |
| union { | |
| IUnknown * unk | |
| IDispatch * disp | |
| IPropertyNotifySink * propnotif | |
| } * | sinks |
| const IID * | iid |
| cp_static_data_t * | data |
| ConnectionPoint * | next |
| domdoc * | doc |
| union { | |
| IUnknown * unk | |
| IDispatch * disp | |
| IPropertyNotifySink * propnotif | |
| } * | sinks |
| IConnectionPointContainer * ConnectionPoint::container |
| ConnectionPointContainer* ConnectionPoint::container |
Definition at line 528 of file mshtml_private.h.
| cp_static_data_t* ConnectionPoint::data |
Definition at line 538 of file mshtml_private.h.
| IDispatch* ConnectionPoint::disp |
Definition at line 532 of file mshtml_private.h.
| IConnectionPoint ConnectionPoint::IConnectionPoint_iface |
Definition at line 34 of file events.c.
Referenced by ConnectionPointContainer_FindConnectionPoint().
Definition at line 41 of file events.c.
Referenced by ConnectionPointContainer_FindConnectionPoint().
Definition at line 537 of file mshtml_private.h.
| ConnectionPoint* ConnectionPoint::next |
Definition at line 90 of file domdoc.c.
Referenced by ConnectionPointContainer_FindConnectionPoint().
| IPropertyNotifySink* ConnectionPoint::propnotif |
Definition at line 533 of file mshtml_private.h.
| union { ... } * ConnectionPoint::sinks |
| union { ... } * ConnectionPoint::sinks |
| IUnknown* ConnectionPoint::unk |
Definition at line 531 of file mshtml_private.h.