Searched refs:dotnet_domain (Results 1 – 1 of 1) sorted by relevance
120 IAppDomain *dotnet_domain; member156 hr = IUnknown_QueryInterface(unk, &IID_mscorlib_System_AppDomain, (LPVOID*)&stuff->dotnet_domain); in dotnet_init()168 if (stuff->dotnet_domain) { in dotnet_init()169 IUnknown_Release(stuff->dotnet_domain); in dotnet_init()217 } else if (stuff->dotnet_domain == NULL) { in PHP_FUNCTION()267 …hr = stuff->dotnet_domain->lpVtbl->CreateInstance(stuff->dotnet_domain, oleassembly_sys, oletype_s… in PHP_FUNCTION()333 if (stuff->dotnet_domain) { in php_com_dotnet_mshutdown()334 IDispatch_Release(stuff->dotnet_domain); in php_com_dotnet_mshutdown()349 if (stuff->dotnet_domain) { in php_com_dotnet_rshutdown()350 IDispatch_Release(stuff->dotnet_domain); in php_com_dotnet_rshutdown()[all …]
Completed in 7 milliseconds