For perfoming such operation I used Method QueryInterface:

Code:
m_pDocDisp->QueryInterface(__uuidof( Word::_Application), (void **)&myApp);
Where myApp is _ApplicationPtr
m_pDocDisp is IDispatch, got from iterating the ROT (example)