IWebBrowser2::ExecWBIWebBrowser2::ExecWB*
*Contents  *Index  *Topic Contents
*Previous Topic: IWebBrowser2::ClientToWindow
*Next Topic: IWebBrowser2::GetProperty

IWebBrowser2::ExecWB

HRESULT ExecWB(
    [in] OLECMDID cmdID,
    [in] OLECMDEXECOPT cmdexecopt,
    [in] VARIANT * pvaIn,
    [out, in] VARIANT * pvaOut)

Implements a wrapper that allows you to execute a command on an OLE object using the IOleCommandTarget::Exec method.

cmdID
OLECMDID value that specifies the command to execute.
cmdexecopt
OLECMDEXECOPT value that specifies the command options.
pvaIn
Address of a VARIANT structure that specifies command input arguments. This argument may be NULL.
pvaOut
Address of a VARIANT structure that receives command output. This argument may be NULL.

Applies To

WebBrowser, Internet Explorer

See also IWebBrowser2::QueryStatusWB


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.