Home | History | Annotate | Download | only in include

Lines Matching refs:pWidth

647         LONG *pWidth,
722 LONG *pWidth,
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);
894 LONG *pWidth,
1072 LONG *pWidth,
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);