m_ptheApplication = new _Application();
// Attach a Dispatch object with the above created application.
m_ptheApplication->CreateDispatch("Word.Application");
// Get the documents from the currently activated application.
m_theDocuments = m_ptheApplication->GetDocuments();
m_theDoc = m_theDocuments.Open(vFileName,.....);
m_theDoc.GetCreator(); etc etc...