Searched refs:CLRMetaHost_GetRuntime (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/mscoree/ |
H A D | metahost.c | 1010 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 D | mscoree_private.h | 220 HRESULT WINAPI CLRMetaHost_GetRuntime(ICLRMetaHost* iface, LPCWSTR pwzVersion, REFIID iid, LPVOID *…
|
H A D | mscoree_main.c | 544 hr = CLRMetaHost_GetRuntime(0, version, &IID_ICLRRuntimeInfo, (void**)&runtimeinfo); in CreateDebuggingInterfaceFromVersion()
|