Invokes the browser UI.
Syntax
HRESULT ShowBrowserUI( 
    BSTR bstrName,
    VARIANT *pvarIn,
    VARIANT *pvarOut
);
Parameters
- bstrName
- String that contains the name of the UI to display.
- pvarIn
- Address of a VARIANT argument that is specific to the UI.
- pvarOut
- Address of a VARIANT return value that is specific to the UI.
Return Value
Returns S_OK if successful, or an error code otherwise.