Searched refs:hfusion (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rostests/winetests/fusion/ |
H A D | fusion.c | 36 HMODULE hfusion; in init_functionpointers() local 57 hr = pLoadLibraryShim(szFusion, NULL, NULL, &hfusion); in init_functionpointers() 65 pGetCachePath = (void *)GetProcAddress(hfusion, "GetCachePath"); in init_functionpointers()
|
H A D | asmenum.c | 47 HMODULE hfusion; in init_functionpointers() local 67 hr = pLoadLibraryShim(szFusion, NULL, NULL, &hfusion); in init_functionpointers() 75 pCreateAssemblyEnum = (void *)GetProcAddress(hfusion, "CreateAssemblyEnum"); in init_functionpointers() 76 pCreateAssemblyNameObject = (void *)GetProcAddress(hfusion, "CreateAssemblyNameObject"); in init_functionpointers() 77 pGetCachePath = (void *)GetProcAddress(hfusion, "GetCachePath"); in init_functionpointers()
|
H A D | asmcache.c | 754 HMODULE hfusion; in init_functionpointers() local 774 hr = pLoadLibraryShim(szFusion, NULL, NULL, &hfusion); in init_functionpointers() 782 pCreateAssemblyCache = (void *)GetProcAddress(hfusion, "CreateAssemblyCache"); in init_functionpointers() 783 pGetCachePath = (void *)GetProcAddress(hfusion, "GetCachePath"); in init_functionpointers()
|
H A D | asmname.c | 48 HMODULE hfusion; in init_functionpointers() local 64 hr = pLoadLibraryShim(szFusion, NULL, NULL, &hfusion); in init_functionpointers() 68 pCreateAssemblyNameObject = (void *)GetProcAddress(hfusion, "CreateAssemblyNameObject"); in init_functionpointers()
|
/reactos/dll/win32/mscoree/ |
H A D | metahost.c | 1174 HMODULE hfusion=NULL; in mono_assembly_search_hook_fn() local 1187 hr = LoadLibraryShim(fusiondll, NULL, NULL, &hfusion); in mono_assembly_search_hook_fn() 1191 pCreateAssemblyCache = (void*)GetProcAddress(hfusion, "CreateAssemblyCache"); in mono_assembly_search_hook_fn()
|