Home | History | Annotate | Download | only in include

Lines Matching refs:pszPath

13091     virtual HRESULT WINAPI SetRoot(LPCWSTR pszPath) = 0;
13133 HRESULT (WINAPI *SetRoot)(IDvdControl *This,LPCWSTR pszPath);
13177 #define IDvdControl_SetRoot(This,pszPath) (This)->lpVtbl->SetRoot(This,pszPath)
13245 HRESULT WINAPI IDvdControl_SetRoot_Proxy(IDvdControl *This,LPCWSTR pszPath);