Home
last modified time | relevance | path

Searched refs:hfusion (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rostests/winetests/fusion/
H A Dfusion.c36 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 Dasmenum.c47 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 Dasmcache.c754 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 Dasmname.c48 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 Dmetahost.c1174 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()