IExpDispSupport::FindConnectionPoint method (shdeprecated.h)

Deprecated. Gets connection points for browser events.

Syntax

HRESULT FindConnectionPoint(
  [in]  REFIID           riid,
  [out] IConnectionPoint **ppccp
);

Parameters

[in] riid

Type: REFIID

The IID of the interface on the connection point container whose connection point object is being requested. One of the following values.

DIID_DWebBrowserEvents

Value that indicates a member of the DWebBrowserEvents interface.

DIID_DWebBrowserEvents2

Value that indicates a member of the DWebBrowserEvents2 interface.

IID_IPropertyNotifySink

Value that indicates a member of the IPropertyNotifySink interface.

[out] ppccp

Type: CIE4ConnectionPoint**

The address of a pointer to the browser connection point.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

IExpDispSupport::FindCIE4ConnectionPoint was created specifically for use with Windows Internet Explorer 4.0.

Requirements

Requirement Value
Target Platform Windows
Header shdeprecated.h