Microsoft DirectX 9.0

IDShowPlugin::get_URL

The get_URL method retrieves the URL of the current Web page.

Syntax

HRESULT get_URL(
  BSTR *pURL
);

Parameters

pURL

Pointer to a variable that receives the URL.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Remarks

The caller must release the returned BSTR, by calling SysFreeString.

See Also