Home
last modified time | relevance | path

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

/php-src/ext/com_dotnet/
H A Dcom_dotnet.c116 IAppDomain *dotnet_domain; member
188 hr = IUnknown_QueryInterface(unk, &IID_mscorlib_System_AppDomain, (LPVOID*)&stuff->dotnet_domain); in dotnet_init()
200 if (stuff->dotnet_domain) { in dotnet_init()
201 IUnknown_Release(stuff->dotnet_domain); in dotnet_init()
255 } else if (stuff->dotnet_domain == NULL) { in PHP_METHOD()
295 …hr = stuff->dotnet_domain->lpVtbl->CreateInstance(stuff->dotnet_domain, oleassembly_sys, oletype_s… in PHP_METHOD()
359 if (stuff->dotnet_domain) { in php_com_dotnet_mshutdown()
360 IDispatch_Release(stuff->dotnet_domain); in php_com_dotnet_mshutdown()
375 if (stuff->dotnet_domain) { in php_com_dotnet_rshutdown()
376 IDispatch_Release(stuff->dotnet_domain); in php_com_dotnet_rshutdown()
[all …]

Completed in 5 milliseconds