Home | History | Annotate | Download | only in include

Lines Matching refs:get_mimeType

2900     virtual HRESULT WINAPI get_mimeType(BSTR *p) = 0;
2925 HRESULT (WINAPI *get_mimeType)(IXMLDocument *This,BSTR *p);
2952 #define IXMLDocument_get_mimeType(This,p) (This)->lpVtbl->get_mimeType(This,p)
3004 virtual HRESULT WINAPI get_mimeType(BSTR *p) = 0;
3031 HRESULT (WINAPI *get_mimeType)(IXMLDocument2 *This,BSTR *p);
3060 #define IXMLDocument2_get_mimeType(This,p) (This)->lpVtbl->get_mimeType(This,p)