Home
last modified time | relevance | path

Searched refs:IDirectDraw7_EnumSurfaces (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/psdk/
H A Dddraw.h1794 … #define IDirectDraw7_EnumSurfaces(p, a, b, c, d) (p)->lpVtbl->EnumSurfaces(p, a, b, c, d) macro
1825 #define IDirectDraw7_EnumSurfaces(p, a, b, c, d) (p)->EnumSurfaces(a, b, c, d) macro
/reactos/dll/directx/wine/ddraw/
H A Dddraw.c2779 return IDirectDraw7_EnumSurfaces(iface, DDENUMSURFACES_ALL | DDENUMSURFACES_DOESEXIST, in ddraw7_RestoreAllSurfaces()