Click to return to the Reusing Browser Technology home page    
IWebBrowser2::PutProperty...     IWebBrowser2::Quit Method     IWebBrowser2 Interface    
Web Workshop  |  Reusing Browser Technology

IWebBrowser2::QueryStatusWB Method


Implements a wrapper that allows you to query an OLE object for the status of commands using the IOleCommandTarget::QueryStatus method.

Syntax

HRESULT QueryStatusWB(
    OLECMDID nCmdID,
    OLECMDF *pcmdf
);

Parameters

nCmdID
[in] OLECMDID value of the command for which the caller needs status information.
pcmdf
[out] Address of an OLECMDF value that receives the status of the command.

Return Value

Returns S_OK if successful, or an error code otherwise.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0

See Also

IWebBrowser2::ExecWB


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.