Home
last modified time | relevance | path

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

/php-src/ext/com_dotnet/
H A Dcom_dotnet.c129 OLECHAR *oleversion; in dotnet_bind_runtime() local
145 oleversion = NULL; in dotnet_bind_runtime()
147 oleversion = php_com_string_to_olestring(version, strlen(version), COMG(code_page)); in dotnet_bind_runtime()
150 hr = CorBindToRuntime(oleversion, NULL, &CLSID_CorRuntimeHost, &IID_ICorRuntimeHost, ppv); in dotnet_bind_runtime()
152 efree(oleversion); in dotnet_bind_runtime()

Completed in 4 milliseconds