Shows or hides a specified browser bar.
Syntax
HRESULT ShowBrowserBar( VARIANT* pvaClsid, VARIANT* pvarShow, VARIANT* pvarSize );
Parameters
- pvaClsid
- Address of a string VARIANT that contains the class identifier of the browser bar to show or hide. This object must be registered as an Explorer Bar object with the CATID_InfoBand component category. For more information, see Band Objects.
- pvarShow
- Address of a VARIANT that specifies if the browser bar should be shown or hidden. If this is nonzero, the browser bar is shown. If this is zero, the browser bar is hidden.
- pvarSize
- Not currently used.
Return Value
Returns S_OK if successful, or E_FAIL otherwise.