Example #1
0
 public HRESULT get_style(IHTMLStyle **p)
 {
     return(((delegate * unmanaged <IHTMLElementDefaults *, IHTMLStyle **, int>)(lpVtbl[7]))((IHTMLElementDefaults *)Unsafe.AsPointer(ref this), p));
 }
 public HRESULT get_inlineStyles(IHTMLStyle **p)
 {
     return(((delegate * unmanaged <IRulesApplied *, IHTMLStyle **, int>)(lpVtbl[8]))((IRulesApplied *)Unsafe.AsPointer(ref this), p));
 }