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.

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

Parameters

ss

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

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also