Home | History | Annotate | Download | only in dshow

Lines Matching refs:get_VITCLine

5127     virtual HRESULT WINAPI get_VITCLine(long *pLine) = 0;
5139 HRESULT (WINAPI *get_VITCLine)(IAMTimecodeReader *This,long *pLine);
5153 #define IAMTimecodeReader_get_VITCLine(This,pLine) (This)->lpVtbl->get_VITCLine(This,pLine)
5182 virtual HRESULT WINAPI get_VITCLine(long *pLine) = 0;
5195 HRESULT (WINAPI *get_VITCLine)(IAMTimecodeGenerator *This,long *pLine);
5210 #define IAMTimecodeGenerator_get_VITCLine(This,pLine) (This)->lpVtbl->get_VITCLine(This,pLine)