I have this piece of C++ code which creates a COM object and am looking to redo this in Python using win32com.client, but just cant seems to find a how to or example below is the C++ code.
C++ CODE:
//Initialize COM
CheckHR( CoInitialize(NULL) );
//Get an Instance of INetConnectionManager...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.