#include <stdio.h>
#include <windows.h>
#include <wingdi.h>
#include <winddi.h>
#include <d3dnthal.h>
#include <dll/directx/d3d8thk.h>
#include <ddrawi.h>
#include "test.h"
Go to the source code of this file.
◆ test_NtGdiDdWaitForVerticalBlank()
void test_NtGdiDdWaitForVerticalBlank |
( |
HANDLE |
hDirectDrawLocal | ) |
|
Definition at line 17 of file NtGdiDdWaitForVerticalBlank.c.
18{
19 int fails=0;
22
24
27
30
33 testing_eq(pDdWaitForVerticalBlankData.
ddRVal,
DD_OK,fails,
"4. NtGdiDdWaitForVerticalBlank(hDirectDrawLocal,NULL);\0");
34
38
40 testing_noteq(pDdWaitForVerticalBlankData.
ddRVal,
DD_OK,fails,
"6. NtGdiDdWaitForVerticalBlank(hDirectDrawLocal,NULL);\0");
41
43
44 show_status(fails,
"NtGdiDdWaitForVerticalBlank\0");
45}
DWORD WINAPI OsThunkDdWaitForVerticalBlank(HANDLE hDirectDraw, PDD_WAITFORVERTICALBLANKDATA puWaitForVerticalBlankData)
#define DDHAL_DRIVER_HANDLED
#define DDWAITVB_I_TESTVB
#define DDHAL_DRIVER_NOTHANDLED
#define testing_eq(input, value, counter, text)
#define show_status(counter, text)
#define testing_noteq(input, value, counter, text)
#define RtlZeroMemory(Destination, Length)
Referenced by main().