OpenInWB

HRESULTOpenInWB(BSTRbstrUrl, BSTRbstrPostData, BSTRbstrHeaders, VARIANTdispBrowser)

Opens a new URL in the specified Web Browser with the PostData and Headers.

Defined in: WBUtilFuncs.h

Return Value

Returns S_OK if successful or the Error Code.

Parameters

bstrUrl

The URL to open

bstrPostData

Post data to be sent along with the URL

bstrHeaders

Header data to be sent along with the URL

dispBrowser

An IDispatch reference to the browser control where the URL is opened.