mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
15 lines
473 B
C
15 lines
473 B
C
/*
|
|
* PROJECT: ReactOS kernel-mode tests
|
|
* LICENSE: LGPLv2.1+ - See COPYING.LIB in the top level directory
|
|
* PURPOSE: Kernel32 filesystem test declarations
|
|
* PROGRAMMER: Thomas Faber <thomas.faber@reactos.org>
|
|
*/
|
|
|
|
#ifndef _KMTEST_FINDFILE_H_
|
|
#define _KMTEST_FINDFILE_H_
|
|
|
|
#define IOCTL_EXPECT_EXPRESSION 1
|
|
#define IOCTL_RETURN_QUERY_ATTRIBUTES 2
|
|
#define IOCTL_EXPECT_SET_ATTRIBUTES 3
|
|
|
|
#endif /* !defined _KMTEST_FINDFILE_H_ */
|