Begins the evaluation of the expression.

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.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also