Microsoft SDK for Java

IRemoteThreadEx::
AllowExecution

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.

Syntax

HRESULT AllowExecution(BOOL fAllow)

Parameters

[in] fAllow Set to TRUE to allow execution; set to FALSE to disallow execution. 

Return Value

S_OK Success. 

© 1999 Microsoft Corporation. All rights reserved. Terms of use.