Skip to content

Latest commit

 

History

History
110 lines (89 loc) · 3.94 KB

nf-ocidl-iconnectionpoint-getconnectionpointcontainer.md

File metadata and controls

110 lines (89 loc) · 3.94 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:ocidl.IConnectionPoint.GetConnectionPointContainer
IConnectionPoint::GetConnectionPointContainer (ocidl.h)
Retrieves the IConnectionPointContainer interface pointer for the parent connectable object.
GetConnectionPointContainer
GetConnectionPointContainer method [COM]
GetConnectionPointContainer method [COM]
IConnectionPoint interface
IConnectionPoint interface [COM]
GetConnectionPointContainer method
IConnectionPoint.GetConnectionPointContainer
IConnectionPoint::GetConnectionPointContainer
_com_iconnectionpoint_getconnectionpointcontainer
com.iconnectionpoint_getconnectionpointcontainer
ocidl/IConnectionPoint::GetConnectionPointContainer
com\iconnectionpoint_getconnectionpointcontainer.htm
com
12c0c777-27ce-4e6d-8e9a-f6333e4112bf
12/05/2018
GetConnectionPointContainer, GetConnectionPointContainer method [COM], GetConnectionPointContainer method [COM],IConnectionPoint interface, IConnectionPoint interface [COM],GetConnectionPointContainer method, IConnectionPoint.GetConnectionPointContainer, IConnectionPoint::GetConnectionPointContainer, _com_iconnectionpoint_getconnectionpointcontainer, com.iconnectionpoint_getconnectionpointcontainer, ocidl/IConnectionPoint::GetConnectionPointContainer
ocidl.h
Windows
Windows 2000 Professional [desktop apps \| UWP apps]
Windows 2000 Server [desktop apps \| UWP apps]
OCIdl.idl
Windows
19H1
IConnectionPoint::GetConnectionPointContainer
ocidl/IConnectionPoint::GetConnectionPointContainer
c++
APIRef
kbSyntax
COM
OCIdl.h
IConnectionPoint.GetConnectionPointContainer

IConnectionPoint::GetConnectionPointContainer

-description

Retrieves the IConnectionPointContainer interface pointer for the parent connectable object.

-parameters

-param ppCPC [out]

A pointer to an IConnectionPointContainer interface pointer.

-returns

This method can return the standard return value E_UNEXPECTED, as well as the following values.

Return code Description
S_OK
The IConnectionPointContainer pointer was successfully returned.
E_POINTER
The value in ppCPC is not a valid interface pointer. For example, it may be NULL.

-remarks

Notes to Callers

This method calls AddRef. The caller is responsible for calling Release to release this pointer when done.

Notes to Implementers

This method must call AddRef before returning.

This method must be implemented in any connection point; E_NOTIMPL is not an acceptable return value.

-see-also

IConnectionPoint

IConnectionPointContainer