Home | History | Annotate | Download | only in include

Lines Matching refs:get_mimeType

6479       virtual HRESULT WINAPI get_mimeType(BSTR *p) = 0;
6504 HRESULT (WINAPI *get_mimeType)(IXMLDocument *This,BSTR *p);
6531 #define IXMLDocument_get_mimeType(This,p) (This)->lpVtbl->get_mimeType(This,p)
6583 virtual HRESULT WINAPI get_mimeType(BSTR *p) = 0;
6610 HRESULT (WINAPI *get_mimeType)(IXMLDocument2 *This,BSTR *p);
6639 #define IXMLDocument2_get_mimeType(This,p) (This)->lpVtbl->get_mimeType(This,p)