PyIApplicationDebugger.CreateInstanceAtDebugger

CreateInstanceAtDebugger(rclsid, pUnkOuter, dwClsContext, riid)

Create objects in the application process address space.

Parameters

rclsid : PyIID

Description for rclsid

pUnkOuter : PyIUnknown

Description for pUnkOuter

dwClsContext : int

Description for dwClsContext

riid : PyIID

Description for riid

Comments

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.