Home
last modified time | relevance | path

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

/PHP-5.5/ext/com_dotnet/
H A Dcom_dotnet.c120 IAppDomain *dotnet_domain; member
156 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()
216 } else if (stuff->dotnet_domain == NULL) { in PHP_FUNCTION()
260 …hr = stuff->dotnet_domain->lpVtbl->CreateInstance(stuff->dotnet_domain, oleassembly_sys, oletype_s… in PHP_FUNCTION()
327 if (stuff->dotnet_domain) { in php_com_dotnet_mshutdown()
328 IDispatch_Release(stuff->dotnet_domain); in php_com_dotnet_mshutdown()
343 if (stuff->dotnet_domain) { in php_com_dotnet_rshutdown()
344 IDispatch_Release(stuff->dotnet_domain); in php_com_dotnet_rshutdown()
[all …]

Completed in 6 milliseconds