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.
- Returns S_OK if successful.
- ssScriptState
- [in] Value that indicates the new script state. See the IActiveScript::GetScriptState method for a description of the states.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.