IDebugEngineProgram2.WatchForExpressionEvaluationOnThread 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 WatchForExpressionEvaluationOnThread(Microsoft::VisualStudio::Debugger::Interop::IDebugProgram2 ^ pOriginatingProgram, System::UInt32 dwTid, System::UInt32 dwEvalFlags, Microsoft::VisualStudio::Debugger::Interop::IDebugEventCallback2 ^ pExprCallback, int fWatch);
public int WatchForExpressionEvaluationOnThread(Microsoft.VisualStudio.Debugger.Interop.IDebugProgram2 pOriginatingProgram, uint dwTid, uint dwEvalFlags, Microsoft.VisualStudio.Debugger.Interop.IDebugEventCallback2 pExprCallback, int fWatch);
abstract member WatchForExpressionEvaluationOnThread : Microsoft.VisualStudio.Debugger.Interop.IDebugProgram2 * uint32 * uint32 * Microsoft.VisualStudio.Debugger.Interop.IDebugEventCallback2 * int -> int
Public Function WatchForExpressionEvaluationOnThread (pOriginatingProgram As IDebugProgram2, dwTid As UInteger, dwEvalFlags As UInteger, pExprCallback As IDebugEventCallback2, fWatch As Integer) As Integer
Parameters
- pOriginatingProgram
- IDebugProgram2
- dwTid
- UInt32
- dwEvalFlags
- UInt32
- pExprCallback
- IDebugEventCallback2
- fWatch
- Int32