IActiveScriptSite::OnStateChangeIActiveScriptSite::OnStateChange*
*Contents  *Index  *Topic Contents
*Previous Topic: IActiveScriptSite::OnScriptTerminate
*Next Topic: IActiveScriptSiteWindow

IActiveScriptSite::OnStateChange

HRESULT IActiveScriptSite::OnStateChange(
    SCRIPTSTATE ssScriptState  // new state of engine
);

Informs the host that the scripting engine has changed states.

ssScriptState
[in] Value that indicates the new script state. See the IActiveScript::GetScriptState method for a description of the states.

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