CreateInstanceAtDebugger(rclsid, pUnkOuter, dwClsContext, riid)
Create objects in the application process address space.
Parameters
rclsid : PyIID
Description for rclsidpUnkOuter : PyIUnknown
Description for pUnkOuterdwClsContext : int
Description for dwClsContextriid : PyIID
Description for riidComments
Provides a mechanism for the debugger IDE, running out-of-process to the
application, to create objects in the application process.
This method simply delegates to CoCreateInstance.