Microsoft SDK for Java

FindConnectionPoint

This method of the IConnectionPointContainer interface returns a pointer to the IConnectionPoint interface of a connection point for a specified IID if that IID describes a supported outgoing interface.

Syntax

public IConnectionPoint FindConnectionPoint(_Guid riid);

Parameters

[in] riid Interface identifier of the outgoing interface whose connection point object is being requested.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.