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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Damvideo.h643 LONG *pModes) = 0;
717 LONG *pModes);
798 #define IFullScreenVideo_CountModes(This,pModes) (This)->lpVtbl->CountModes(This,pModes)
827 static FORCEINLINE HRESULT IFullScreenVideo_CountModes(IFullScreenVideo* This,LONG *pModes) { argument
828 return This->lpVtbl->CountModes(This,pModes);
885 LONG *pModes);
1067 LONG *pModes);
1167 #define IFullScreenVideoEx_CountModes(This,pModes) (This)->lpVtbl->CountModes(This,pModes)
1201 IFullScreenVideoEx_CountModes(IFullScreenVideoEx* This,LONG *pModes) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Damvideo.h643 LONG *pModes) = 0;
717 LONG *pModes);
798 #define IFullScreenVideo_CountModes(This,pModes) (This)->lpVtbl->CountModes(This,pModes)
827 static FORCEINLINE HRESULT IFullScreenVideo_CountModes(IFullScreenVideo* This,LONG *pModes) { argument
828 return This->lpVtbl->CountModes(This,pModes);
885 LONG *pModes);
1067 LONG *pModes);
1167 #define IFullScreenVideoEx_CountModes(This,pModes) (This)->lpVtbl->CountModes(This,pModes)
1201 IFullScreenVideoEx_CountModes(IFullScreenVideoEx* This,LONG *pModes) argument
[all...]

Completed in 69 milliseconds