Home
last modified time | relevance | path

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

/PHP-8.0/ext/com_dotnet/
H A Dcom_dotnet.c128 cbtr_t CorBindToRuntime; in dotnet_bind_runtime() local
137 CorBindToRuntime = (cbtr_t) GetProcAddress(mscoree, "CorBindToRuntime"); in dotnet_bind_runtime()
138 if (CorBindToRuntime == NULL) { in dotnet_bind_runtime()
150 hr = CorBindToRuntime(oleversion, NULL, &CLSID_CorRuntimeHost, &IID_ICorRuntimeHost, ppv); in dotnet_bind_runtime()

Completed in 21 milliseconds