SynchronousCallInDebuggerThread(pptc, dwParam1, dwParam2, dwParam3)
Provides a mechanism for the caller to run code in the
debugger thread.
Parameters
pptc : PyIDebugThreadCall
Description for pptcdwParam1 : int
Description for dwParam1dwParam2 : int
Description for dwParam2dwParam3 : int
Description for dwParam3Comments
This is generally
used so that language engines and hosts can implement free threaded objects on top
of their single threaded implementations.