コード例 #1
0
 public HRESULT createTextRange(IHTMLTxtRange **range)
 {
     return(((delegate * unmanaged <IHTMLButtonElement *, IHTMLTxtRange **, int>)(lpVtbl[17]))((IHTMLButtonElement *)Unsafe.AsPointer(ref this), range));
 }
コード例 #2
0
 public HRESULT duplicate(IHTMLTxtRange **Duplicate)
 {
     return(((delegate * unmanaged <IHTMLTxtRange *, IHTMLTxtRange **, int>)(lpVtbl[11]))((IHTMLTxtRange *)Unsafe.AsPointer(ref this), Duplicate));
 }