Home
last modified time | relevance | path

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

/PHP-7.4/ext/com_dotnet/
H A Dcom_dotnet.c118 IAppDomain *dotnet_domain; member
154 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()
214 } else if (stuff->dotnet_domain == NULL) { in PHP_FUNCTION()
262 …hr = stuff->dotnet_domain->lpVtbl->CreateInstance(stuff->dotnet_domain, oleassembly_sys, oletype_s… in PHP_FUNCTION()
326 if (stuff->dotnet_domain) { in php_com_dotnet_mshutdown()
327 IDispatch_Release(stuff->dotnet_domain); in php_com_dotnet_mshutdown()
342 if (stuff->dotnet_domain) { in php_com_dotnet_rshutdown()
343 IDispatch_Release(stuff->dotnet_domain); in php_com_dotnet_rshutdown()
[all …]

Completed in 5 milliseconds