IDebugExpression::Start
Begins the evaluation of the expression.
Syntax
HRESULT Start(
IDebugExpressionCallBack* pdecb
);
Parameters
pdecb
[in] Callback for indicating when the expression evaluation is complete. If this parameter is NULL
, no events are fired and the client must poll the expression state by using QueryIsComplete
.
Return Value
The method returns an HRESULT
. Possible values include, but are not limited to, those in the following table.
Value | Description |
---|---|
S_OK |
The method succeeded. |
Remarks
This method begins the evaluation of the expression.