IActiveScript::GetScriptStateIActiveScript::GetScriptState*
*Contents  *Index  *Topic Contents
*Previous Topic: IActiveScript::GetScriptSite
*Next Topic: IActiveScript::GetScriptThreadID

IActiveScript::GetScriptState

HRESULT GetScriptState(
    SCRIPTSTATE *pss  // address of structure for state information
);

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

pss
[out] Address of a variable that receives a value defined in the SCRIPTSTATE enumeration. The value indicates the current state of the scripting engine associated with the calling thread.

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