Home | History | Annotate | Download | only in dshow

Lines Matching refs:pszPath

7087     virtual HRESULT WINAPI SetRoot(LPCWSTR pszPath) = 0;
7129 HRESULT (WINAPI *SetRoot)(IDvdControl *This,LPCWSTR pszPath);
7173 #define IDvdControl_SetRoot(This,pszPath) (This)->lpVtbl->SetRoot(This,pszPath)
7241 HRESULT WINAPI IDvdControl_SetRoot_Proxy(IDvdControl *This,LPCWSTR pszPath);