Searched defs:strCaption (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Damvideo.h689 BSTR strCaption) = 0;
776 BSTR strCaption);
812 #define IFullScreenVideo_SetCaption(This,strCaption) (This)->lpVtbl->SetCaption(This,strCaption)
869 static FORCEINLINE HRESULT IFullScreenVideo_SetCaption(IFullScreenVideo* This,BSTR strCaption) { argument
870 return This->lpVtbl->SetCaption(This,strCaption);
1000 BSTR strCaption);
1126 BSTR strCaption);
1181 #define IFullScreenVideoEx_SetCaption(This,strCaption) (This)->lpVtbl->SetCaption(This,strCaption)
1243 IFullScreenVideoEx_SetCaption(IFullScreenVideoEx* This,BSTR strCaption) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Damvideo.h689 BSTR strCaption) = 0;
776 BSTR strCaption);
812 #define IFullScreenVideo_SetCaption(This,strCaption) (This)->lpVtbl->SetCaption(This,strCaption)
869 static FORCEINLINE HRESULT IFullScreenVideo_SetCaption(IFullScreenVideo* This,BSTR strCaption) { argument
870 return This->lpVtbl->SetCaption(This,strCaption);
1000 BSTR strCaption);
1126 BSTR strCaption);
1181 #define IFullScreenVideoEx_SetCaption(This,strCaption) (This)->lpVtbl->SetCaption(This,strCaption)
1243 IFullScreenVideoEx_SetCaption(IFullScreenVideoEx* This,BSTR strCaption) argument
[all...]

Completed in 91 milliseconds