Searched refs:IHTMLCommentElement2 (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | mshtmlc.h | 2110 typedef struct IHTMLCommentElement2 IHTMLCommentElement2; typedef 24964 struct IHTMLCommentElement2 : public IDispatch { struct 24978 HRESULT (WINAPI *QueryInterface)(IHTMLCommentElement2 *This,REFIID riid,void **ppvObject); 24979 ULONG (WINAPI *AddRef)(IHTMLCommentElement2 *This); 24980 ULONG (WINAPI *Release)(IHTMLCommentElement2 *This); 24981 HRESULT (WINAPI *GetTypeInfoCount)(IHTMLCommentElement2 *This,UINT *pctinfo); 24982 …HRESULT (WINAPI *GetTypeInfo)(IHTMLCommentElement2 *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo… 24983 …HRESULT (WINAPI *GetIDsOfNames)(IHTMLCommentElement2 *This,REFIID riid,LPOLESTR *rgszNames,UINT cN… 24984 …HRESULT (WINAPI *Invoke)(IHTMLCommentElement2 *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD… 24985 HRESULT (WINAPI *put_data)(IHTMLCommentElement2 *This,BSTR v); [all …]
|
D | mshtml.h | 2800 typedef interface IHTMLCommentElement2 IHTMLCommentElement2; typedef 126231 IHTMLCommentElement2 : public IDispatch 126265 __CRT_UUID_DECL(IHTMLCommentElement2, 0x3050f813, 0x98b5, 0x11cf, 0xbb,0x82, 0x00,0xaa,0x00,0xbd,0x… 126273 IHTMLCommentElement2* This, 126278 IHTMLCommentElement2* This); 126281 IHTMLCommentElement2* This); 126285 IHTMLCommentElement2* This, 126289 IHTMLCommentElement2* This, 126295 IHTMLCommentElement2* This, 126303 IHTMLCommentElement2* This, [all …]
|