QueryInterface -- NewB

Ian Adams pyth78 at yahoo.com
Fri Apr 16 06:56:13 EDT 2004


How do I do this in Python?
 
hres = pObj->QueryInterface(IID_MyIntf1, (void **) &piMyIntf1);
 
piMyIntf1->QueryInterface(IID_MyIntf2, (void **) &piMyIntf2);
 
piMyIntf2->SomeMthd(args);
 
Also, how do I call/manage smart pointer interfaces?
 
Thanks.
 
 
 

		
---------------------------------
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20040416/7583eef6/attachment.html>


More information about the Python-list mailing list