IDebugThreadCall64.ThreadCallHandler(UInt64, UInt64, UInt64) 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:
IntPtr ThreadCallHandler(System::UInt64 dwParam1, System::UInt64 dwParam2, System::UInt64 dwParam3);
public IntPtr ThreadCallHandler(ulong dwParam1, ulong dwParam2, ulong dwParam3);
abstract member ThreadCallHandler : uint64 * uint64 * uint64 -> nativeint
Public Function ThreadCallHandler (dwParam1 As ULong, dwParam2 As ULong, dwParam3 As ULong) As IntPtr
Parameters
- dwParam1
- UInt64
- dwParam2
- UInt64
- dwParam3
- UInt64
Returns
IntPtr
nativeint