ReactOS 0.4.17-dev-243-g1369312
testlist.c
Go to the documentation of this file.
1#define STANDALONE
2#include <apitest.h>
3
4extern void func_AssocQueryString(void);
5extern void func_CharUpperNoDBCS(void);
7extern void func_PathFindOnPath(void);
8extern void func_IShellFolderHelpers(void);
9extern void func_IsQSForward(void);
10extern void func_IStreamPidl(void);
11extern void func_PathIsUNC(void);
12extern void func_PathIsUNCServer(void);
13extern void func_PathIsUNCServerShare(void);
17extern void func_SHAreIconsEqual(void);
18extern void func_SHGetRestriction(void);
20extern void func_SHLoadIndirectString(void);
21extern void func_SHLoadRegUIString(void);
22extern void func_SHPropertyBag(void);
23extern void func_StrDup(void);
24extern void func_StrFormatByteSizeW(void);
25extern void func_StrToInt(void);
26
27const struct test winetest_testlist[] =
28{
29 { "AssocQueryString", func_AssocQueryString },
30 { "CharUpperNoDBCS", func_CharUpperNoDBCS },
31 { "PathFileExistsDefExtAndAttributesW", func_PathFileExistsDefExtAndAttributesW },
32 { "PathFindOnPath", func_PathFindOnPath },
33 { "IShellFolderHelpers", func_IShellFolderHelpers },
34 { "IsQSForward", func_IsQSForward },
35 { "IStreamPidl", func_IStreamPidl },
36 { "PathIsUNC", func_PathIsUNC },
37 { "PathIsUNCServer", func_PathIsUNCServer },
38 { "PathIsUNCServerShare", func_PathIsUNCServerShare },
39 { "PathUnExpandEnvStrings", func_PathUnExpandEnvStrings },
40 { "PathUnExpandEnvStringsForUser", func_PathUnExpandEnvStringsForUser },
41 { "QuerySourceCreateFromKey", func_QuerySourceCreateFromKey },
42 { "SHAreIconsEqual", func_SHAreIconsEqual },
43 { "SHGetRestriction", func_SHGetRestriction },
44 { "SHInvokeCommandsOnContextMenu", func_SHInvokeCommandsOnContextMenu },
45 { "SHLoadIndirectString", func_SHLoadIndirectString },
46 { "SHLoadRegUIString", func_SHLoadRegUIString },
47 { "SHPropertyBag", func_SHPropertyBag },
48 { "StrDup", func_StrDup },
49 { "StrFormatByteSizeW", func_StrFormatByteSizeW },
50 { "StrToInt", func_StrToInt },
51 { 0, 0 }
52};
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:25
void func_SHGetRestriction(void)
void func_StrFormatByteSizeW(void)
void func_PathIsUNCServer(void)
void func_SHLoadIndirectString(void)
void func_PathFileExistsDefExtAndAttributesW(void)
void func_IShellFolderHelpers(void)
void func_CharUpperNoDBCS(void)
void func_SHLoadRegUIString(void)
void func_IsQSForward(void)
void func_PathIsUNC(void)
void func_StrToInt(void)
void func_PathUnExpandEnvStringsForUser(void)
void func_IStreamPidl(void)
void func_StrDup(void)
void func_SHInvokeCommandsOnContextMenu(void)
void func_PathIsUNCServerShare(void)
void func_AssocQueryString(void)
void func_SHPropertyBag(void)
void func_PathFindOnPath(void)
void func_SHAreIconsEqual(void)
void func_QuerySourceCreateFromKey(void)
void func_PathUnExpandEnvStrings(void)