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