Method of IDispatchHub
Attach IDispatch Handler
DispatchHub.AttachHandler(pHandler);
==== Visual Basic Script ====
DispatchHub.AttachHandler pHandler
==== C++ ====
HRESULT hr = DispatchHub.AttachHandler(pHandler);
===== See Also ===== IDispatchHub