Searched refs:LPDDCAPS (Results 1 – 9 of 9) sorted by relevance
/reactos/dll/directx/ddraw/Vtable/ |
H A D | DirectDraw_Vtable.c | 83 LPDDCAPS pDriverCaps, 84 LPDDCAPS pHELCaps);
|
H A D | DirectDraw2_Vtable.c | 83 LPDDCAPS pDriverCaps, 84 LPDDCAPS pHELCaps);
|
H A D | DirectDraw4_Vtable.c | 83 LPDDCAPS pDriverCaps, 84 LPDDCAPS pHELCaps);
|
H A D | DirectDraw7_Vtable.c | 87 LPDDCAPS pDriverCaps, 88 LPDDCAPS pHELCaps);
|
/reactos/dll/directx/ddraw/thunks/ |
H A D | ddraw_thunk.c | 437 ThunkDirectDraw_GetCaps(LPDIRECTDRAW iface, LPDDCAPS pDDC1, LPDDCAPS pDDC2) in ThunkDirectDraw_GetCaps() 445 ThunkDirectDraw2_GetCaps(LPDIRECTDRAW2 iface, LPDDCAPS pDDC1, LPDDCAPS pDDC2) in ThunkDirectDraw2_GetCaps() 453 ThunkDirectDraw4_GetCaps(LPDIRECTDRAW4 iface, LPDDCAPS pDDC1, LPDDCAPS pDDC2) in ThunkDirectDraw4_GetCaps()
|
/reactos/dll/directx/ddraw/Ddraw/ |
H A D | GetCaps.c | 23 Main_DirectDraw_GetCaps( LPDDRAWI_DIRECTDRAW_INT This, LPDDCAPS pDriverCaps, in Main_DirectDraw_GetCaps() 24 LPDDCAPS pHELCaps) in Main_DirectDraw_GetCaps()
|
H A D | ddraw.h | 99 LPDDCAPS pDriverCaps, 100 LPDDCAPS pHELCaps);
|
/reactos/sdk/include/dxsdk/ |
H A D | ddrawex.h | 105 STDMETHOD(GetCaps)(THIS_ LPDDCAPS lpDDDriverCaps, LPDDCAPS lpDDHELCaps) PURE; in DECLARE_INTERFACE_()
|
/reactos/sdk/include/psdk/ |
H A D | ddraw.h | 1028 typedef DDCAPS *LPDDCAPS; typedef 1414 STDMETHOD(GetCaps)( THIS_ LPDDCAPS, LPDDCAPS) PURE; in DECLARE_INTERFACE_() 1495 STDMETHOD(GetCaps)( THIS_ LPDDCAPS, LPDDCAPS) PURE; in DECLARE_INTERFACE_() 1579 STDMETHOD(GetCaps)( THIS_ LPDDCAPS, LPDDCAPS) PURE; in DECLARE_INTERFACE_() 1668 STDMETHOD(GetCaps)( THIS_ LPDDCAPS, LPDDCAPS) PURE; in DECLARE_INTERFACE_() 1764 STDMETHOD(GetCaps)( THIS_ LPDDCAPS, LPDDCAPS) PURE; in DECLARE_INTERFACE_()
|