ReactOS 0.4.15-dev-7942-gd23573b
CcSetFileSizes_user.c File Reference
#include <kmt_test.h>
Include dependency graph for CcSetFileSizes_user.c:

Go to the source code of this file.

Macros

#define IOCTL_START_TEST   1
 
#define IOCTL_FINISH_TEST   2
 

Functions

 START_TEST (CcSetFileSizes)
 

Macro Definition Documentation

◆ IOCTL_FINISH_TEST

#define IOCTL_FINISH_TEST   2

Definition at line 11 of file CcSetFileSizes_user.c.

◆ IOCTL_START_TEST

#define IOCTL_START_TEST   1

Definition at line 10 of file CcSetFileSizes_user.c.

Function Documentation

◆ START_TEST()

START_TEST ( CcSetFileSizes  )

Definition at line 13 of file CcSetFileSizes_user.c.

14{
15 DWORD Ret;
16 ULONG TestId;
17
18 Ret = KmtLoadAndOpenDriver(L"CcSetFileSizes", FALSE);
20 if (Ret)
21 return;
22
23 /* 0: mapped data - only FS
24 * 1: copy read - only FS
25 * 2: mapped data - FS & AS
26 * 3: copy read - FS & AS
27 * 4: dirty VACB - only FS
28 * 5: dirty VACB - FS & AS
29 * 6: CcSetFileSizes with mapped data at tail of file
30 */
31 for (TestId = 0; TestId < 7; ++TestId)
32 {
34 ok(Ret == ERROR_SUCCESS, "KmtSendUlongToDriver failed: %lx\n", Ret);
36 ok(Ret == ERROR_SUCCESS, "KmtSendUlongToDriver failed: %lx\n", Ret);
37 }
38
41}
#define IOCTL_FINISH_TEST
#define IOCTL_START_TEST
#define ok_eq_int(value, expected)
Definition: apitest.h:60
#define ok(value,...)
Definition: atltest.h:57
#define ERROR_SUCCESS
Definition: deptool.c:10
#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 KmtSendUlongToDriver(IN DWORD ControlCode, IN DWORD Value)
Definition: support.c:333
VOID KmtUnloadDriver(VOID)
Definition: support.c:167
uint32_t ULONG
Definition: typedefs.h:59