IActiveScript::SetScriptSiteIActiveScript::SetScriptSite*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IActiveScript::InterruptScriptThread
*Next Topic: IActiveScript::SetScriptState

IActiveScript::SetScriptSite

HRESULT SetScriptSite(
    IActiveScriptSite *pScriptSite  // address of host script site
);

Informs the scripting engine of the IActiveScriptSite interface site provided by the host. This method must be called before any other IActiveScript interface methods can be used.

pScriptSite
[in] Address of the host-supplied script site to be associated with this instance of the scripting engine. The site must be uniquely assigned to this scripting engine instance; it cannot be shared with other scripting engines.

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