Searched refs:SetDVDDirectory (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h7498 virtual HRESULT WINAPI SetDVDDirectory(LPCWSTR pszwPath) = 0;
7545 HRESULT (WINAPI *SetDVDDirectory)(IDvdControl2 *This,LPCWSTR pszwPath); member in struct:IDvdControl2Vtbl
7594 #define IDvdControl2_SetDVDDirectory(This,pszwPath) (This)->lpVtbl->SetDVDDirectory(This,pszwPath)

Completed in 179 milliseconds