Searched refs:dotnet_domain (Results 1 – 1 of 1) sorted by relevance
118 IAppDomain *dotnet_domain; member154 hr = IUnknown_QueryInterface(unk, &IID_mscorlib_System_AppDomain, (LPVOID*)&stuff->dotnet_domain); in dotnet_init()166 if (stuff->dotnet_domain) { in dotnet_init()167 IUnknown_Release(stuff->dotnet_domain); in dotnet_init()215 } else if (stuff->dotnet_domain == NULL) { in PHP_FUNCTION()265 …hr = stuff->dotnet_domain->lpVtbl->CreateInstance(stuff->dotnet_domain, oleassembly_sys, oletype_s… in PHP_FUNCTION()331 if (stuff->dotnet_domain) { in php_com_dotnet_mshutdown()332 IDispatch_Release(stuff->dotnet_domain); in php_com_dotnet_mshutdown()347 if (stuff->dotnet_domain) { in php_com_dotnet_rshutdown()348 IDispatch_Release(stuff->dotnet_domain); in php_com_dotnet_rshutdown()[all …]
Completed in 6 milliseconds