Home
last modified time | relevance | path

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

/PHP-7.3/ext/com_dotnet/
H A Dcom_handlers.c575 if (obj->sink_dispatch) { in php_com_object_enable_event_sink()
586 IConnectionPoint_Advise(point, (IUnknown*)obj->sink_dispatch, &obj->sink_cookie); in php_com_object_enable_event_sink()
606 if (obj->sink_dispatch) { in php_com_object_free_storage()
608 IDispatch_Release(obj->sink_dispatch); in php_com_object_free_storage()
609 obj->sink_dispatch = NULL; in php_com_object_free_storage()
H A Dphp_com_dotnet_internal.h45 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.c739 obj->sink_dispatch = php_com_wrapper_export_as_sink(sinkobject, &obj->sink_id, id_to_name); in PHP_FUNCTION()

Completed in 13 milliseconds