Lines Matching defs:IsFormatSupported
1823 virtual HRESULT WINAPI IsFormatSupported(const GUID *pFormat) = 0;1847 HRESULT (WINAPI *IsFormatSupported)(IMediaSeeking *This,const GUID *pFormat);1873 #define IMediaSeeking_IsFormatSupported(This,pFormat) (This)->lpVtbl->IsFormatSupported(This,pFormat)