Home | History | Annotate | Download | only in include

Lines Matching refs:pHeight

648         LONG *pHeight,
723 LONG *pHeight,
799 #define IFullScreenVideo_GetModeInfo(This,Mode,pWidth,pHeight,pDepth) (This)->lpVtbl->GetModeInfo(This,Mode,pWidth,pHeight,pDepth)
830 static FORCEINLINE HRESULT IFullScreenVideo_GetModeInfo(IFullScreenVideo* This,LONG Mode,LONG *pWidth,LONG *pHeight,LONG *pDepth) {
831 return This->lpVtbl->GetModeInfo(This,Mode,pWidth,pHeight,pDepth);
895 LONG *pHeight,
1073 LONG *pHeight,
1168 #define IFullScreenVideoEx_GetModeInfo(This,Mode,pWidth,pHeight,pDepth) (This)->lpVtbl->GetModeInfo(This,Mode,pWidth,pHeight,pDepth)
1204 static FORCEINLINE HRESULT IFullScreenVideoEx_GetModeInfo(IFullScreenVideoEx* This,LONG Mode,LONG *pWidth,LONG *pHeight,LONG *pDepth) {
1205 return This->lpVtbl->GetModeInfo(This,Mode,pWidth,pHeight,pDepth);