IActiveScript::GetScriptSiteIActiveScript::GetScriptSite*
*Contents  *Index  *Topic Contents
*Previous Topic: IActiveScript::GetScriptDispatch
*Next Topic: IActiveScript::GetScriptState

IActiveScript::GetScriptSite

HRESULT GetScriptSite(
    REFIID iid,           // interface identifier
    void **ppvSiteObject  // address of host site interface
);

Retrieves the site object associated with the ActiveX Scripting engine.

iid
[in] Identifier of the requested interface.
ppvSiteObject
[out] Address of the location that receives the interface pointer to the host's site object.

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