Home
last modified time | relevance | path

Searched refs:ICLRRuntimeInfo_GetRuntimeHost (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/mscoree/
H A Dmscoree_private.h132 extern HRESULT ICLRRuntimeInfo_GetRuntimeHost(ICLRRuntimeInfo *iface, RuntimeHost **result) DECLSPE…
H A Dcorruntimehost.c883 hr = ICLRRuntimeInfo_GetRuntimeHost(info, &host); in ReallyFixupVTable()
1043 hr = ICLRRuntimeInfo_GetRuntimeHost(info, &host); in _CorExeMain()
1276 hr = ICLRRuntimeInfo_GetRuntimeHost(info, &host); in create_monodata()
H A Dmscoree_main.c481 ret = ICLRRuntimeInfo_GetRuntimeHost(info, &host); in ClrCreateManagedInstance()
H A Dmetahost.c544 HRESULT ICLRRuntimeInfo_GetRuntimeHost(ICLRRuntimeInfo *iface, RuntimeHost **result) in ICLRRuntimeInfo_GetRuntimeHost() function