ReactOS 0.4.16-dev-336-gb667d82
|
#include "rosdraw.h"
Go to the source code of this file.
HRESULT WINAPI Main_DirectDraw_CreateClipper | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
DWORD | dwFlags, | ||
LPDIRECTDRAWCLIPPER * | ppClipper, | ||
IUnknown * | pUnkOuter | ||
) |
Definition at line 17 of file ddraw_stubs.c.
Referenced by DirectDrawCreateClipper(), ThunkDirectDraw2_CreateClipper(), ThunkDirectDraw4_CreateClipper(), and ThunkDirectDraw_CreateClipper().
HRESULT WINAPI Main_DirectDraw_DuplicateSurface | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
LPDIRECTDRAWSURFACE7 | src, | ||
LPDIRECTDRAWSURFACE7 * | dst | ||
) |
Definition at line 26 of file ddraw_stubs.c.
Referenced by ThunkDirectDraw2_DuplicateSurface(), ThunkDirectDraw4_DuplicateSurface(), and ThunkDirectDraw_DuplicateSurface().
HRESULT WINAPI Main_DirectDraw_EnumSurfaces | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
DWORD | dwFlags, | ||
LPDDSURFACEDESC | lpDDSD, | ||
LPVOID | context, | ||
LPDDENUMSURFACESCALLBACK | callback | ||
) |
Definition at line 34 of file ddraw_stubs.c.
Referenced by ThunkDirectDraw2_EnumSurfaces(), ThunkDirectDraw4_EnumSurfaces(), and ThunkDirectDraw_EnumSurfaces().
HRESULT WINAPI Main_DirectDraw_EnumSurfaces4 | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
DWORD | dwFlags, | ||
LPDDSURFACEDESC2 | lpDDSD2, | ||
LPVOID | context, | ||
LPDDENUMSURFACESCALLBACK2 | callback | ||
) |
Definition at line 43 of file ddraw_stubs.c.
HRESULT WINAPI Main_DirectDraw_EnumSurfaces7 | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
DWORD | dwFlags, | ||
LPDDSURFACEDESC2 | lpDDSD2, | ||
LPVOID | context, | ||
LPDDENUMSURFACESCALLBACK7 | callback | ||
) |
Definition at line 52 of file ddraw_stubs.c.
HRESULT WINAPI Main_DirectDraw_EvaluateMode | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
DWORD | a, | ||
DWORD * | b | ||
) |
Definition at line 131 of file ddraw_stubs.c.
HRESULT WINAPI Main_DirectDraw_FlipToGDISurface | ( | LPDDRAWI_DIRECTDRAW_INT | This | ) |
Definition at line 64 of file ddraw_stubs.c.
Referenced by ThunkDirectDraw2_FlipToGDISurface(), ThunkDirectDraw4_FlipToGDISurface(), and ThunkDirectDraw_FlipToGDISurface().
HRESULT WINAPI Main_DirectDraw_GetGDISurface | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
LPDIRECTDRAWSURFACE7 * | lplpGDIDDSSurface | ||
) |
Definition at line 72 of file ddraw_stubs.c.
Referenced by ThunkDirectDraw2_GetGDISurface(), ThunkDirectDraw4_GetGDISurface(), and ThunkDirectDraw_GetGDISurface().
HRESULT WINAPI Main_DirectDraw_GetScanLine | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
LPDWORD | lpdwScanLine | ||
) |
Definition at line 80 of file ddraw_stubs.c.
Referenced by ThunkDirectDraw2_GetScanLine(), ThunkDirectDraw4_GetScanLine(), and ThunkDirectDraw_GetScanLine().
HRESULT WINAPI Main_DirectDraw_GetSurfaceFromDC | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
HDC | hdc, | ||
LPDIRECTDRAWSURFACE7 * | lpDDS | ||
) |
Definition at line 104 of file ddraw_stubs.c.
Referenced by ThunkDirectDraw4_GetSurfaceFromDC().
HRESULT WINAPI Main_DirectDraw_GetVerticalBlankStatus | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
LPBOOL | lpbIsInVB | ||
) |
Definition at line 87 of file ddraw_stubs.c.
Referenced by ThunkDirectDraw2_GetVerticalBlankStatus(), ThunkDirectDraw4_GetVerticalBlankStatus(), and ThunkDirectDraw_GetVerticalBlankStatus().
HRESULT WINAPI Main_DirectDraw_RestoreAllSurfaces | ( | LPDDRAWI_DIRECTDRAW_INT | This | ) |
Definition at line 111 of file ddraw_stubs.c.
Referenced by ThunkDirectDraw4_RestoreAllSurfaces().
HRESULT WINAPI Main_DirectDraw_StartModeTest | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
LPSIZE | pModes, | ||
DWORD | dwNumModes, | ||
DWORD | dwFlags | ||
) |
Definition at line 124 of file ddraw_stubs.c.
HRESULT WINAPI Main_DirectDraw_TestCooperativeLevel | ( | LPDDRAWI_DIRECTDRAW_INT | This | ) |
Definition at line 117 of file ddraw_stubs.c.
Referenced by ThunkDirectDraw4_TestCooperativeLevel().
HRESULT WINAPI Main_DirectDraw_WaitForVerticalBlank | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
DWORD | dwFlags, | ||
HANDLE | h | ||
) |
Definition at line 97 of file ddraw_stubs.c.
Referenced by ThunkDirectDraw2_WaitForVerticalBlank(), ThunkDirectDraw4_WaitForVerticalBlank(), and ThunkDirectDraw_WaitForVerticalBlank().