IActiveScript::SetScriptStateIActiveScript::SetScriptState*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IActiveScript::SetScriptSite
*Next Topic: IActiveScriptError

IActiveScript::SetScriptState

HRESULT SetScriptState(
    SCRIPTSTATE ss  // identifier of new state
);

Puts the scripting engine into the given state. This method can be called from non-base threads without resulting in a non-base callout to host objects or to the IActiveScriptSite interface.

ss
[in] Sets the scripting engine to the given state. Can be one of the values defined in the SCRIPTSTATE enumeration.

For more information about scripting engine states, see Script Engine States.

See also IActiveScript::Clone, IActiveScript::GetScriptDispatch, IActiveScript::InterruptScriptThread, IActiveScriptParse::ParseScriptText, IActiveScriptSite::GetItemInfo


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.