The AllowExecution method of the IRemoteThreadEx interface controls whether execution of this thread should be enabled or disabled. This method is typically used for expression evaluation.
HRESULT AllowExecution(BOOL fAllow)
[in] fAllow | Set to TRUE to allow execution; set to FALSE to disallow execution. |
S_OK Success.