IDebugApplication64.SynchronousCallInDebuggerThread Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int SynchronousCallInDebuggerThread(Microsoft::VisualStudio::Debugger::Interop::IDebugThreadCall64 ^ pptc, System::UInt64 dwParam1, System::UInt64 dwParam2, System::UInt64 dwParam3);
public int SynchronousCallInDebuggerThread(Microsoft.VisualStudio.Debugger.Interop.IDebugThreadCall64 pptc, ulong dwParam1, ulong dwParam2, ulong dwParam3);
abstract member SynchronousCallInDebuggerThread : Microsoft.VisualStudio.Debugger.Interop.IDebugThreadCall64 * uint64 * uint64 * uint64 -> int
Public Function SynchronousCallInDebuggerThread (pptc As IDebugThreadCall64, dwParam1 As ULong, dwParam2 As ULong, dwParam3 As ULong) As Integer
Parameters
- pptc
- IDebugThreadCall64
- dwParam1
- UInt64
- dwParam2
- UInt64
- dwParam3
- UInt64