====== AttachHandler ======
Method of [[:scripting:api:dispatch-hub:start|IDispatchHub]]
===== Description =====
Attach IDispatch Handler
===== Parameters =====
* [[scripting:api:data-type:IDispatch|IDispatch]] **pHandler**
===== Syntax =====
==== JavaScript ====
DispatchHub.AttachHandler(pHandler);
==== Visual Basic Script ====
DispatchHub.AttachHandler pHandler
==== C++ ====
HRESULT hr = DispatchHub.AttachHandler(pHandler);
===== See Also =====
[[:scripting:api:dispatch-hub:start|IDispatchHub]]
~~NOTOC~~