Searched refs:HTMLInputTextElementEvents (Results 1 – 1 of 1) sorted by relevance
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | mshtmlc.h | 1357 typedef struct HTMLInputTextElementEvents HTMLInputTextElementEvents; typedef 17579 struct HTMLInputTextElementEvents : public IDispatch { struct 17584 … HRESULT (WINAPI *QueryInterface)(HTMLInputTextElementEvents *This,REFIID riid,void **ppvObject); 17585 ULONG (WINAPI *AddRef)(HTMLInputTextElementEvents *This); 17586 ULONG (WINAPI *Release)(HTMLInputTextElementEvents *This); 17587 HRESULT (WINAPI *GetTypeInfoCount)(HTMLInputTextElementEvents *This,UINT *pctinfo); 17588 …HRESULT (WINAPI *GetTypeInfo)(HTMLInputTextElementEvents *This,UINT iTInfo,LCID lcid,ITypeInfo **p… 17589 …HRESULT (WINAPI *GetIDsOfNames)(HTMLInputTextElementEvents *This,REFIID riid,LPOLESTR *rgszNames,U… 17590 …HRESULT (WINAPI *Invoke)(HTMLInputTextElementEvents *This,DISPID dispIdMember,REFIID riid,LCID lci… 17593 struct HTMLInputTextElementEvents { struct
|