ReactOS 0.4.17-dev-357-ga8f14ff
testlist.c
Go to the documentation of this file.
1#define STANDALONE
2#include <apitest.h>
3
4extern void func_AssocQueryKey(void);
5extern void func_AssocQueryString(void);
6extern void func_CharUpperNoDBCS(void);
8extern void func_PathFindOnPath(void);
9extern void func_IShellFolderHelpers(void);
10extern void func_IsQSForward(void);
11extern void func_IStreamPidl(void);
12extern void func_MapWin32ErrorToSTG(void);
13extern void func_NextPath(void);
14extern void func_PathIsUNC(void);
15extern void func_PathIsUNCServer(void);
16extern void func_PathIsUNCServerShare(void);
20extern void func_SHAreIconsEqual(void);
21extern void func_SHGetFileDescription(void);
22extern void func_SHGetRestriction(void);
24extern void func_SHLoadIndirectString(void);
25extern void func_SHLoadRegUIString(void);
26extern void func_SHPropertyBag(void);
27extern void func_StrDup(void);
28extern void func_StrFormatByteSizeW(void);
29extern void func_StrToInt(void);
30
31const struct test winetest_testlist[] =
32{
33 { "AssocQueryKey", func_AssocQueryKey },
34 { "AssocQueryString", func_AssocQueryString },
35 { "CharUpperNoDBCS", func_CharUpperNoDBCS },
36 { "PathFileExistsDefExtAndAttributesW", func_PathFileExistsDefExtAndAttributesW },
37 { "PathFindOnPath", func_PathFindOnPath },
38 { "IShellFolderHelpers", func_IShellFolderHelpers },
39 { "IsQSForward", func_IsQSForward },
40 { "IStreamPidl", func_IStreamPidl },
41 { "MapWin32ErrorToSTG", func_MapWin32ErrorToSTG },
42 { "NextPath", func_NextPath },
43 { "PathIsUNC", func_PathIsUNC },
44 { "PathIsUNCServer", func_PathIsUNCServer },
45 { "PathIsUNCServerShare", func_PathIsUNCServerShare },
46 { "PathUnExpandEnvStrings", func_PathUnExpandEnvStrings },
47 { "PathUnExpandEnvStringsForUser", func_PathUnExpandEnvStringsForUser },
48 { "QuerySourceCreateFromKey", func_QuerySourceCreateFromKey },
49 { "SHAreIconsEqual", func_SHAreIconsEqual },
50 { "SHGetFileDescription", func_SHGetFileDescription },
51 { "SHGetRestriction", func_SHGetRestriction },
52 { "SHInvokeCommandsOnContextMenu", func_SHInvokeCommandsOnContextMenu },
53 { "SHLoadIndirectString", func_SHLoadIndirectString },
54 { "SHLoadRegUIString", func_SHLoadRegUIString },
55 { "SHPropertyBag", func_SHPropertyBag },
56 { "StrDup", func_StrDup },
57 { "StrFormatByteSizeW", func_StrFormatByteSizeW },
58 { "StrToInt", func_StrToInt },
59 { 0, 0 }
60};
#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_SHGetFileDescription(void)
void func_CharUpperNoDBCS(void)
void func_SHLoadRegUIString(void)
void func_IsQSForward(void)
void func_AssocQueryKey(void)
void func_PathIsUNC(void)
void func_StrToInt(void)
void func_PathUnExpandEnvStringsForUser(void)
void func_NextPath(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_MapWin32ErrorToSTG(void)
void func_PathUnExpandEnvStrings(void)