Begins the evaluation of an expression.
Syntax
HRESULT Start(
    IDebugExpressionCallBack *pdecb
);
Parameters
- pdecb
 - [out] Address of an IDebugExpressionCallBack interface.
 
Return Value
Returns S_OK if successful, or an error code otherwise.