Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.