Example #1
0
 public HRESULT get_document(IHTMLDocument2 **p)
 {
     return(((delegate * unmanaged <IHTMLOptionsHolder *, IHTMLDocument2 **, int>)(lpVtbl[7]))((IHTMLOptionsHolder *)Unsafe.AsPointer(ref this), p));
 }
Example #2
0
 public HRESULT OwningDoc(IHTMLDocument2 **ppDoc)
 {
     return(((delegate * unmanaged <IMarkupPointer2 *, IHTMLDocument2 **, int>)(lpVtbl[3]))((IMarkupPointer2 *)Unsafe.AsPointer(ref this), ppDoc));
 }
 public HRESULT get_document(IHTMLDocument2 **p)
 {
     return(((delegate * unmanaged <IHTMLWindow2 *, IHTMLDocument2 **, int>)(lpVtbl[52]))((IHTMLWindow2 *)Unsafe.AsPointer(ref this), p));
 }
 public HRESULT parseFromString([NativeTypeName("BSTR")] ushort *xmlSource, [NativeTypeName("BSTR")] ushort *mimeType, IHTMLDocument2 **ppNode)
 {
     return(((delegate * unmanaged <IDOMParser *, ushort *, ushort *, IHTMLDocument2 **, int>)(lpVtbl[7]))((IDOMParser *)Unsafe.AsPointer(ref this), xmlSource, mimeType, ppNode));
 }
Example #5
0
 public HRESULT get_parentDocument(IHTMLDocument2 **p)
 {
     return(((delegate * unmanaged <IHTMLDocument3 *, IHTMLDocument2 **, int>)(lpVtbl[35]))((IHTMLDocument3 *)Unsafe.AsPointer(ref this), p));
 }
Example #6
0
 public HRESULT createDocumentFragment(IHTMLDocument2 **pNewDoc)
 {
     return(((delegate * unmanaged <IHTMLDocument3 *, IHTMLDocument2 **, int>)(lpVtbl[34]))((IHTMLDocument3 *)Unsafe.AsPointer(ref this), pNewDoc));
 }
 public HRESULT createDocumentFromUrl([NativeTypeName("BSTR")] ushort *bstrUrl, [NativeTypeName("BSTR")] ushort *bstrOptions, IHTMLDocument2 **newDoc)
 {
     return(((delegate * unmanaged <IHTMLDocument4 *, ushort *, ushort *, IHTMLDocument2 **, int>)(lpVtbl[12]))((IHTMLDocument4 *)Unsafe.AsPointer(ref this), bstrUrl, bstrOptions, newDoc));
 }