Home | History | Annotate | Download | only in include

Lines Matching refs:get_Format

2376     virtual HRESULT WINAPI get_Format(AM_MEDIA_TYPE **ppmt) = 0;
2393 HRESULT (WINAPI *get_Format)(ITFileTrack *This,AM_MEDIA_TYPE **ppmt);
2412 #define ITFileTrack_get_Format(This,ppmt) (This)->lpVtbl->get_Format(This,ppmt)