Searched refs:rslsid (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/mscoree/ |
H A D | mscoree_main.c | 437 …LT WINAPI CorBindToRuntimeEx(LPWSTR szVersion, LPWSTR szBuildFlavor, DWORD nflags, REFCLSID rslsid, in CorBindToRuntimeEx() argument 443 … %d %s %s %p\n", debugstr_w(szVersion), debugstr_w(szBuildFlavor), nflags, debugstr_guid( rslsid ), in CorBindToRuntimeEx() 452 ret = ICLRRuntimeInfo_GetInterface(info, rslsid, riid, ppv); in CorBindToRuntimeEx()
|