Home | History | Annotate | Download | only in include

Lines Matching refs:pCurrent

3492         LONGLONG *pCurrent) = 0;
3501 LONGLONG *pCurrent,
3507 LONGLONG *pCurrent,
3582 LONGLONG *pCurrent);
3593 LONGLONG *pCurrent,
3600 LONGLONG *pCurrent,
3642 #define IMediaSeeking_GetCurrentPosition(This,pCurrent) (This)->lpVtbl->GetCurrentPosition(This,pCurrent)
3644 #define IMediaSeeking_SetPositions(This,pCurrent,dwCurrentFlags,pStop,dwStopFlags) (This)->lpVtbl->SetPositions(This,pCurrent,dwCurrentFlags,pStop,dwStopFlags)
3645 #define IMediaSeeking_GetPositions(This,pCurrent,pStop) (This)->lpVtbl->GetPositions(This,pCurrent,pStop)
3689 static FORCEINLINE HRESULT IMediaSeeking_GetCurrentPosition(IMediaSeeking* This,LONGLONG *pCurrent) {
3690 return This->lpVtbl->GetCurrentPosition(This,pCurrent);
3695 static FORCEINLINE HRESULT IMediaSeeking_SetPositions(IMediaSeeking* This,LONGLONG *pCurrent,DWORD dwCurrentFlags,LONGLONG *pStop,DWORD dwStopFlags) {
3696 return This->lpVtbl->SetPositions(This,pCurrent,dwCurrentFlags,pStop,dwStopFlags);
3698 static FORCEINLINE HRESULT IMediaSeeking_GetPositions(IMediaSeeking* This,LONGLONG *pCurrent,LONGLONG *pStop) {
3699 return This->lpVtbl->GetPositions(This,pCurrent,pStop);
3792 LONGLONG *pCurrent);
3811 LONGLONG *pCurrent,
3822 LONGLONG *pCurrent,