#include <stdio.h>
#include <windows.h>
#include <wingdi.h>
#include <winddi.h>
#include <d3dnthal.h>
#include <dll/directx/d3d8thk.h>
#include "test.h"
Go to the source code of this file.
◆ main()
Definition at line 26 of file main.c.
27{
29
31 {
33 {
35 }
36
41 {
42 printf(
"the %s support follow param \n",
argv[0]);
43 printf(
"-dump : It dump all data it resvie to screen \n");
44 printf(
"-dumpfile filename : It dump all data it resvie to file \n");
45 printf(
"\nrember u can only use one of them at time \n");
47 }
48 }
49
51 {
53 {
54
56 {
58 }
59 }
60 }
61
63
65
67
69
71
73
75 {
77 }
78 return 0;
79}
void test_NtGdiDdCanCreateSurface(HANDLE hDirectDrawLocal)
void test_NtGdiDdGetScanLine(HANDLE hDirectDrawLocal)
void test_NtGdiDdWaitForVerticalBlank(HANDLE hDirectDrawLocal)
#define stricmp(_String1, _String2)
HANDLE test_NtGdiDdCreateDirectDrawObject()
void test_NtGdiDdDeleteDirectDrawObject(HANDLE hDirectDrawLocal)
void test_NtGdiDdQueryDirectDrawObject(HANDLE hDirectDrawLocal)
_Check_return_ _CRTIMP FILE *__cdecl freopen(_In_z_ const char *_Filename, _In_z_ const char *_Mode, _Inout_ FILE *_File)
_Check_return_opt_ _CRTIMP int __cdecl fclose(_Inout_ FILE *_File)
◆ dumping_on
◆ fs_file