ReactOS 0.4.15-dev-7942-gd23573b
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#if defined(_M_AMD64)
16 if (TRUE)
17 {
18 skip(FALSE, "ROSTESTS-368: Skipping kmtest:PoIrp because it crashes on Windows Server 2003 x64-Testbot.\n");
19 return;
20 }
21#endif
22
25 if (Error)
26 return;
27
31}
#define IOCTL_RUN_TEST
Definition: PoIrp.h:11
#define ok_eq_int(value, expected)
Definition: apitest.h:60
#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
unsigned long DWORD
Definition: ntddk_ex.h:95
#define L(x)
Definition: ntvdm.h:50
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