ReactOS 0.4.16-dev-112-g52265ae
|
#include <mshtml_private.h>
Public Attributes | |
IDispatchEx | IDispatchEx_iface |
IUnknown * | outer |
dispex_static_data_t * | data |
dispex_dynamic_data_t * | dynamic_data |
Definition at line 272 of file mshtml_private.h.
dispex_static_data_t * DispatchEx::data |
Definition at line 277 of file mshtml_private.h.
Referenced by bind_event(), get_event_target_data(), and init_dispex().
dispex_dynamic_data_t* DispatchEx::dynamic_data |
Definition at line 278 of file mshtml_private.h.
Referenced by init_dispex().
IDispatchEx DispatchEx::IDispatchEx_iface |
Definition at line 273 of file mshtml_private.h.
Referenced by alloc_doc_node(), bind_event_scripts(), find_event_target(), HTMLDocument_Create(), HTMLElement_populate_props(), init_dispex(), and release_dispex().
IUnknown * DispatchEx::outer |
Definition at line 275 of file mshtml_private.h.
Referenced by init_dispex().