예제 #1
0
 public HRESULT get_boundElements(IHTMLElementCollection **p)
 {
     return(((delegate * unmanaged <IHTMLEventObj2 *, IHTMLElementCollection **, int>)(lpVtbl[19]))((IHTMLEventObj2 *)Unsafe.AsPointer(ref this), p));
 }
 public HRESULT get_cells(IHTMLElementCollection **p)
 {
     return(((delegate * unmanaged <IHTMLTable2 *, IHTMLElementCollection **, int>)(lpVtbl[9]))((IHTMLTable2 *)Unsafe.AsPointer(ref this), p));
 }
예제 #3
0
 public HRESULT getElementsByTagName([NativeTypeName("BSTR")] ushort *v, IHTMLElementCollection **pelColl)
 {
     return(((delegate * unmanaged <IHTMLDocument3 *, ushort *, IHTMLElementCollection **, int>)(lpVtbl[47]))((IHTMLDocument3 *)Unsafe.AsPointer(ref this), v, pelColl));
 }