IBrowserService::OnHttpEquiv method (shdeprecated.h)

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.

TRUE

OLECMDID_HTTPEQUIV_DONE

FALSE

OLECMDID_HTTPEQUIV

[in] pvarargIn

Type: VARIANT*

=A pointer to an object of type VARIANT. This is the equivalent of the IOleCommandTarget::Exec parameter pvaIn.

[out] pvarargOut

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

Requirement Value
Target Platform Windows
Header shdeprecated.h