ReactOS 0.4.15-dev-7961-gdcf9eb0
dispex_static_data_vtbl_t Struct Reference

#include <mshtml_private.h>

Collaboration diagram for dispex_static_data_vtbl_t:

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)
 

Detailed Description

Definition at line 255 of file mshtml_private.h.

Member Data Documentation

◆ bind_event

void(* dispex_static_data_vtbl_t::bind_event) (DispatchEx *, int)

Definition at line 262 of file mshtml_private.h.

Referenced by bind_event().

◆ get_dispid

HRESULT(* dispex_static_data_vtbl_t::get_dispid)(IUnknown *, BSTR, DWORD, DISPID *)

Definition at line 257 of file mshtml_private.h.

◆ get_event_target_ptr

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().

◆ invoke

HRESULT(* dispex_static_data_vtbl_t::invoke)(IUnknown *, DISPID, LCID, WORD, DISPPARAMS *, VARIANT *, EXCEPINFO *)

Definition at line 258 of file mshtml_private.h.

◆ populate_props

HRESULT(* dispex_static_data_vtbl_t::populate_props) (DispatchEx *)

Definition at line 259 of file mshtml_private.h.

◆ value

HRESULT(* dispex_static_data_vtbl_t::value) (DispatchEx *, LCID, WORD, DISPPARAMS *, VARIANT *, EXCEPINFO *, IServiceProvider *)

Definition at line 256 of file mshtml_private.h.


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