IWebBridge::URL Property

Sets or retrieves the URL of the scriptlet.

Syntax

HRESULT IWebBridge::get_URL(BSTR *p);
HRESULT IWebBridge::put_URL(BSTR v);

Parameters

  • p
    Pointer to a variable of type BSTR that receives the primary URL.
  • v
    BSTR that specifies the primary URL.

Return Value

Returns S_OK if successful, or an error value otherwise.