Retrieves the site object associated with the Windows Script engine.

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

Parameters

iid

[in] Identifier of the requested interface.

ppvSiteObject

[out] Address of the location that receives the interface pointer to the host's site object.

Expand imageReturn Value

Expand imageSee Also