ReactOS 0.4.16-dev-1946-g52006dd
PoIrp_user.c File Reference
#include <kmt_test.h>
#include "PoIrp.h"
Include dependency graph for PoIrp_user.c:

Go to the source code of this file.

Functions

 START_TEST (PoIrp)
 

Function Documentation

◆ START_TEST()

START_TEST ( PoIrp  )

Definition at line 11 of file PoIrp_user.c.

12{
14
15#ifdef _M_AMD64
16 if (skip(FALSE, "ROSTESTS-368: Skipping kmtest:PoIrp because it crashes on Windows Server 2003 x64-Testbot.\n"))
17#else
18 if (skip(GetNTVersion() < _WIN32_WINNT_VISTA, "kmtest:PoIrp is broken on Vista+.\n"))
19#endif
20 return;
21
24 if (Error)
25 return;
26
30}
#define IOCTL_RUN_TEST
Definition: PoIrp.h:11
#define GetNTVersion()
Definition: apitest.h:17
#define ok_eq_int(value, expected)
Definition: apitest.h:117
#define skip(...)
Definition: atltest.h:64
BOOL Error
Definition: chkdsk.c:66
#define ERROR_SUCCESS
Definition: deptool.c:10
#define TRUE
Definition: types.h:120
#define FALSE
Definition: types.h:117
#define L(x)
Definition: resources.c:13
unsigned long DWORD
Definition: ntddk_ex.h:95
#define _WIN32_WINNT_VISTA
Definition: sdkddkver.h:25
DWORD KmtLoadAndOpenDriver(IN PCWSTR ServiceName, IN BOOLEAN RestartIfRunning)
Definition: support.c:213
VOID KmtCloseDriver(VOID)
Definition: support.c:236
DWORD KmtSendToDriver(IN DWORD ControlCode)
Definition: support.c:259
VOID KmtUnloadDriver(VOID)
Definition: support.c:167