Searched refs:oleversion (Results 1 – 1 of 1) sorted by relevance
129 OLECHAR *oleversion; in dotnet_bind_runtime() local145 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 7 milliseconds