ReactOS 0.4.16-dev-106-g10b08aa
|
#include <mshtml_private.h>
Public Attributes | |
HRESULT(* | value )(DispatchEx *, LCID, WORD, DISPPARAMS *, VARIANT *, EXCEPINFO *, IServiceProvider *) |
HRESULT(* | get_dispid )(DispatchEx *, BSTR, DWORD, DISPID *) |
HRESULT(* | invoke )(DispatchEx *, DISPID, LCID, WORD, DISPPARAMS *, VARIANT *, EXCEPINFO *, IServiceProvider *) |
HRESULT(* | populate_props )(DispatchEx *) |
event_target_t **(* | get_event_target_ptr )(DispatchEx *) |
void(* | bind_event )(DispatchEx *, int) |
Definition at line 255 of file mshtml_private.h.
void(* dispex_static_data_vtbl_t::bind_event) (DispatchEx *, int) |
Definition at line 262 of file mshtml_private.h.
Referenced by bind_event().
Definition at line 257 of file mshtml_private.h.
event_target_t **(* dispex_static_data_vtbl_t::get_event_target_ptr) (DispatchEx *) |
Definition at line 261 of file mshtml_private.h.
Referenced by get_event_target_data().
HRESULT(* dispex_static_data_vtbl_t::invoke)(IUnknown *, DISPID, LCID, WORD, DISPPARAMS *, VARIANT *, EXCEPINFO *) |
Definition at line 258 of file mshtml_private.h.
HRESULT(* dispex_static_data_vtbl_t::populate_props) (DispatchEx *) |
Definition at line 259 of file mshtml_private.h.
HRESULT(* dispex_static_data_vtbl_t::value) (DispatchEx *, LCID, WORD, DISPPARAMS *, VARIANT *, EXCEPINFO *, IServiceProvider *) |
Definition at line 256 of file mshtml_private.h.