ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <mshtml_private.h>
Public Member Functions | |
ConnectionPoint (IConnectionPointContainer *pCPC, REFIID riid) | |
Public Member Functions inherited from SIfacePtr< T > | |
SIfacePtr () | |
SIfacePtr (T *p) | |
SIfacePtr (IUnknown *unknown, REFIID riid) | |
~SIfacePtr () | |
T * | operator-> () |
const T * | operator-> () const |
operator T* () | |
T ** | operator& () |
bool | empty () const |
SIfacePtr & | operator= (T *p) |
void | operator= (SIfacePtr const &o) |
HRESULT | CreateInstance (REFIID clsid, REFIID riid) |
template<typename I > | |
HRESULT | QueryInterface (REFIID riid, I *p) |
T * | get () |
void | Free () |
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 |
Additional Inherited Members | |
Protected Member Functions inherited from SIfacePtr< T > | |
SIfacePtr (const SIfacePtr &o) | |
Protected Attributes inherited from SIfacePtr< T > | |
T * | _p |
|
inline |
Definition at line 88 of file webchild.h.
Definition at line 528 of file mshtml_private.h.
Definition at line 538 of file mshtml_private.h.
IDispatch* ConnectionPoint< T >::disp |
Definition at line 532 of file mshtml_private.h.
IConnectionPoint ConnectionPoint< T >::IConnectionPoint_iface |
Definition at line 537 of file mshtml_private.h.
IPropertyNotifySink* ConnectionPoint< T >::propnotif |
Definition at line 533 of file mshtml_private.h.
IDispatch** ConnectionPoint< T >::sinks |
union { ... } * ConnectionPoint< T >::sinks |
DWORD ConnectionPoint< T >::sinks_size |
IUnknown* ConnectionPoint< T >::unk |
Definition at line 531 of file mshtml_private.h.