Hi!
I have a Moniker from ROT that points on desirable process. And I have an _ApplicationPtr var to perfom some actions with running application. HOWTO make my _ApplicationPtr var to be associated with process from Moniker?
Thanks in advance!
Tried like this:
word remains "empty"(Code:hr = spMoniker->BindToObject(NULL, NULL, IID_IDispatch, (void**)&pDisp); Word::_ApplicationPtr word(pDisp);




Reply With Quote