Searched refs:extract_resource (Results 1 – 9 of 9) sorted by relevance
/reactos/modules/rostests/apitests/shlwapi/ |
H A D | SHLoadRegUIString.c | 45 BOOL extract_resource(const WCHAR* Filename, LPCWSTR ResourceName); 68 if (!extract_resource(L"SHLoadRegUIString.dll", MAKEINTRESOURCEW(101))) in START_TEST()
|
H A D | SHLoadIndirectString.c | 70 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 D | precomp.h | 24 BOOL extract_resource(WCHAR* Filename, LPCWSTR ResourceName, WCHAR* ParentFolder);
|
H A D | EnumParentDir.cpp | 141 if (!extract_resource(ZipTestFile, MAKEINTRESOURCEW(IDR_ZIP_TEST_FILE), TestFolder)) in START_TEST()
|
H A D | IDataObject.cpp | 39 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 D | EnumObjects.cpp | 267 if (!extract_resource(ZipTestFile, MAKEINTRESOURCEW(IDR_ZIP_TEST_ENUM), NULL)) in START_TEST()
|
/reactos/modules/rostests/apitests/ntdll/ |
H A D | load_notifications.c | 239 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 D | db.cpp | 1447 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 D | action.c | 2566 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()
|