3.16.4.6 IConnectionPointContainer Interface

The IConnectionPointContainer interface provides methods for enumerating the connection points within a container. The version for this interface is 1.0.

To receive incoming remote calls for this interface, the server MUST implement a DCOM interface using the UUID {B196B284-BAB4-101A-B69C-00AA00341D07}.

The following opnum table begins at opnum 3. Opnums 0 through 2 are inherited from the IUnknown interface, as specified in [MS-DCOM] section 3.1.1.5.8.

Methods in RPC Opnum Order

Method

Description

EnumConnectionPoints

Returns a pointer to a pointer for an IEnumConnections interface that can be used by the client to enumerate all the IConnectionPoint implementations for the MSMQEvent object.

Opnum: 3

FindConnectionPoint

Returns a pointer to an IConnectionPoint interface for a specified IID.

Opnum: 4