IDebugApplicationThread64.SynchronousCallIntoThread64 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 SynchronousCallIntoThread64(Microsoft::VisualStudio::Debugger::Interop::IDebugThreadCall64 ^ pstcb, System::UInt64 dwParam1, System::UInt64 dwParam2, System::UInt64 dwParam3);
public int SynchronousCallIntoThread64(Microsoft.VisualStudio.Debugger.Interop.IDebugThreadCall64 pstcb, ulong dwParam1, ulong dwParam2, ulong dwParam3);
abstract member SynchronousCallIntoThread64 : Microsoft.VisualStudio.Debugger.Interop.IDebugThreadCall64 * uint64 * uint64 * uint64 -> int
Public Function SynchronousCallIntoThread64 (pstcb As IDebugThreadCall64, dwParam1 As ULong, dwParam2 As ULong, dwParam3 As ULong) As Integer
Parameters
- pstcb
- IDebugThreadCall64
- dwParam1
- UInt64
- dwParam2
- UInt64
- dwParam3
- UInt64