Creates an enumerator object to iterate through the current connections for this connection point.
HRESULT EnumConnections(
IEnumConnections **ppEnum //Address of output variable that
// receives the IEnumConnections interface
// pointer
);
This method supports the standard return values E_OUTOFMEMORY and E_UNEXPECTED, as well as the following:
The caller is responsible for calling (*ppEnum)->Release
when the enumerator is no longer needed.
Windows NT: Use version 4.0 or later.
Windows: Use Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in ocidl.h.