Home
last modified time | relevance | path

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

/PHP-7.4/ext/com_dotnet/
H A Dcom_handlers.c595 if (obj->sink_dispatch) { in php_com_object_enable_event_sink()
606 IConnectionPoint_Advise(point, (IUnknown*)obj->sink_dispatch, &obj->sink_cookie); in php_com_object_enable_event_sink()
626 if (obj->sink_dispatch) { in php_com_object_free_storage()
628 IDispatch_Release(obj->sink_dispatch); in php_com_object_free_storage()
629 obj->sink_dispatch = NULL; in php_com_object_free_storage()
H A Dphp_com_dotnet_internal.h43 IDispatch *sink_dispatch; member
H A Dcom_variant.c516 if (obj->sink_dispatch) { in PHP_FUNCTION()
518 IDispatch_Release(obj->sink_dispatch); in PHP_FUNCTION()
519 obj->sink_dispatch = NULL; in PHP_FUNCTION()
H A Dcom_com.c747 obj->sink_dispatch = php_com_wrapper_export_as_sink(sinkobject, &obj->sink_id, id_to_name); in PHP_FUNCTION()

Completed in 12 milliseconds