Ejemplo n.º 1
0
 public HRESULT get_caption(IHTMLTableCaption **p)
 {
     return(((delegate * unmanaged <IHTMLTable4 *, IHTMLTableCaption **, int>)(lpVtbl[12]))((IHTMLTable4 *)Unsafe.AsPointer(ref this), p));
 }
Ejemplo n.º 2
0
 public HRESULT createCaption(IHTMLTableCaption **caption)
 {
     return(((delegate * unmanaged <IHTMLTable *, IHTMLTableCaption **, int>)(lpVtbl[49]))((IHTMLTable *)Unsafe.AsPointer(ref this), caption));
 }