ReactOS 0.4.15-dev-7958-gcd0bb1a
kernel32_test.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS kernel-mode tests
3 * LICENSE: LGPLv2.1+ - See COPYING.LIB in the top level directory
4 * PURPOSE: Kernel32 filesystem test declarations
5 * PROGRAMMER: Thomas Faber <thomas.faber@reactos.org>
6 */
7
8#ifndef _KMTEST_FINDFILE_H_
9#define _KMTEST_FINDFILE_H_
10
11#define IOCTL_EXPECT_EXPRESSION 1
12#define IOCTL_RETURN_QUERY_ATTRIBUTES 2
13#define IOCTL_EXPECT_SET_ATTRIBUTES 3
14
15#endif /* !defined _KMTEST_FINDFILE_H_ */