Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== AttachHandler ====== Method of [[:scripting:api:dispatch-hub:start|IDispatchHub]] ===== Description ===== Attach IDispatch Handler ===== Parameters ===== * [[scripting:api:data-type:IDispatch|IDispatch]] **pHandler** ===== Syntax ===== ==== JavaScript ==== <code javascript> DispatchHub.AttachHandler(pHandler); </code>==== Visual Basic Script ==== <code vb> DispatchHub.AttachHandler pHandler </code>==== C++ ==== <code cpp> HRESULT hr = DispatchHub.AttachHandler(pHandler); </code>===== See Also ===== [[:scripting:api:dispatch-hub:start|IDispatchHub]] ~~NOTOC~~