Home
last modified time | relevance | path

Searched refs:extract_resource (Results 1 – 9 of 9) sorted by relevance

/reactos/modules/rostests/apitests/shlwapi/
H A DSHLoadRegUIString.c45 BOOL extract_resource(const WCHAR* Filename, LPCWSTR ResourceName);
68 if (!extract_resource(L"SHLoadRegUIString.dll", MAKEINTRESOURCEW(101))) in START_TEST()
H A DSHLoadIndirectString.c70 BOOL extract_resource(const WCHAR* Filename, LPCWSTR ResourceName) in extract_resource() function
119 if (extract_resource(dllpath, (LPCWSTR)101)) in START_TEST()
/reactos/modules/rostests/apitests/zipfldr/
H A Dprecomp.h24 BOOL extract_resource(WCHAR* Filename, LPCWSTR ResourceName, WCHAR* ParentFolder);
H A DEnumParentDir.cpp141 if (!extract_resource(ZipTestFile, MAKEINTRESOURCEW(IDR_ZIP_TEST_FILE), TestFolder)) in START_TEST()
H A DIDataObject.cpp39 BOOL extract_resource(WCHAR* Filename, LPCWSTR ResourceName, WCHAR* ParentFolder) in extract_resource() function
577 if (!extract_resource(ZipTestFile, MAKEINTRESOURCEW(IDR_ZIP_TEST_FILE), NULL)) in START_TEST()
H A DEnumObjects.cpp267 if (!extract_resource(ZipTestFile, MAKEINTRESOURCEW(IDR_ZIP_TEST_ENUM), NULL)) in START_TEST()
/reactos/modules/rostests/apitests/ntdll/
H A Dload_notifications.c239 BOOL extract_resource(const WCHAR* Filename, LPCWSTR ResourceName) in extract_resource() function
314 if (extract_resource(dllpath, (LPCWSTR)101)) in START_TEST()
/reactos/modules/rostests/apitests/apphelp/
H A Ddb.cpp1447 static bool extract_resource(const WCHAR* Filename, LPCWSTR ResourceName) in extract_resource() function
1552 if (extract_resource(dbpath + 4, MAKEINTRESOURCEW(101))) in test_MatchApplicationsEx()
1917 if (extract_resource(dbpath + 4, MAKEINTRESOURCEW(101))) in test_Data()
/reactos/modules/rostests/winetests/msi/
H A Daction.c2566 static void extract_resource(const char *name, const char *type, const char *path) in extract_resource() function
5354 extract_resource("selfreg.dll", "TESTDLL", "msitest\\selfreg.dll"); in test_self_registration()
5597 extract_resource(MAKEINTRESOURCEA(1), "TYPELIB", "msitest\\typelib.dll"); in test_register_typelib()