ReactOS
0.4.16-dev-747-gbc52d5f
filter_find.c
Go to the documentation of this file.
1
/*
2
* FltLib related functions tests
3
*
4
* Copyright 2016 Ged Murphy (ged.murphy@reactos.org)
5
*
6
* This library is free software; you can redistribute it and/or
7
* modify it under the terms of the GNU General Public Licence as
8
* published by the Free Software Foundation; either version 2 of
9
* the License, or (at your option) any later version.
10
*
11
* This library is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
* General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with this library; if not, write to the Free Software Foundation,
18
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19
*/
20
21
#include <
apitest.h
>
22
#include <stdio.h>
23
#include <assert.h>
24
#include <
winuser.h
>
25
#include <
winreg.h
>
26
#include <
winsvc.h
>
27
28
//
29
// Tests for:
30
// FilterFindFirst
31
// FilterFindNext
32
// FilterFindClose
33
// FilterVolumeFindFirst
34
// FilterVolumeFindNext
35
// FilterVolumeFindClose
36
//
37
38
static
void
test_FIXME
(
void
)
39
{
40
41
}
42
43
44
START_TEST
(filter_find)
45
{
46
test_FIXME
();
47
}
apitest.h
START_TEST
#define START_TEST(x)
Definition:
atltest.h:75
test_FIXME
static void test_FIXME(void)
Definition:
filter_find.c:38
winreg.h
winsvc.h
winuser.h
modules
rostests
apitests
fltlib
filter_find.c
Generated on Fri Feb 14 2025 06:07:09 for ReactOS by
1.9.6