IBrowserService::OnHttpEquiv method
Deprecated. Called when the document object responds to an HTTP-EQUIV metatag by issuing either the OLECMDID_HTTPEQUIV or OLECMDID_HTTPEQUIV_DONE command through IOleCommandTarget::Exec.
Syntax
HRESULT OnHttpEquiv(
IShellView *psv,
BOOL fDone,
[in] VARIANT *pvarargIn,
[out] VARIANT *pvarargOut
);
Parameters
- psv
-
Type: IShellView*
A pointer to an IShellView that indicates the browser's view. The view must be either the browser's current view or the pending view.
- fDone
-
Type: BOOL
A value of type BOOL that indicates which command to issue.
- pvarargIn [in]
-
Type: VARIANT*
=A pointer to an object of type VARIANT. This is the equivalent of the IOleCommandTarget::Exec parameter pvaIn.
- pvarargOut [out]
-
Type: VARIANT*
A pointer to an object of type VARIANT. This is the equivalent of the IOleCommandTarget::Exec parameter pvaOut.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Product |
Internet Explorer 4.0 |
|---|---|
|
Header |
|
|
IDL |
|