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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Damvideo.h118 virtual HRESULT STDMETHODCALLTYPE GetFourCCCodes(
190 HRESULT (STDMETHODCALLTYPE *GetFourCCCodes)( member in struct:IDirectDrawVideoVtbl
252 #define IDirectDrawVideo_GetFourCCCodes(This,pCount,pCodes) (This)->lpVtbl->GetFourCCCodes(This,pCount,pCodes)
291 return This->lpVtbl->GetFourCCCodes(This,pCount,pCodes);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Damvideo.h118 virtual HRESULT STDMETHODCALLTYPE GetFourCCCodes(
190 HRESULT (STDMETHODCALLTYPE *GetFourCCCodes)( member in struct:IDirectDrawVideoVtbl
252 #define IDirectDrawVideo_GetFourCCCodes(This,pCount,pCodes) (This)->lpVtbl->GetFourCCCodes(This,pCount,pCodes)
291 return This->lpVtbl->GetFourCCCodes(This,pCount,pCodes);

Completed in 102 milliseconds