Home
last modified time | relevance | path

Searched refs:CLRMetaHost_GetRuntime (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/mscoree/
H A Dmetahost.c1010 HRESULT WINAPI CLRMetaHost_GetRuntime(ICLRMetaHost* iface, in CLRMetaHost_GetRuntime() function
1142 CLRMetaHost_GetRuntime,
1284 … hr = CLRMetaHost_GetRuntime(0, entry->version, &IID_ICLRRuntimeInfo, (void**)result); in get_runtime_info()
1314 hr = CLRMetaHost_GetRuntime(0, version, &IID_ICLRRuntimeInfo, (void**)result); in get_runtime_info()
H A Dmscoree_private.h220 HRESULT WINAPI CLRMetaHost_GetRuntime(ICLRMetaHost* iface, LPCWSTR pwzVersion, REFIID iid, LPVOID *…
H A Dmscoree_main.c544 hr = CLRMetaHost_GetRuntime(0, version, &IID_ICLRRuntimeInfo, (void**)&runtimeinfo); in CreateDebuggingInterfaceFromVersion()