Creates an enumerator object to iterate through the current connections for this connection point.
HRESULT EnumConnections(
IEnumConnections **ppEnum |
//Indirect pointer to the newly created enumerator |
); |
|
Parameters
Return Values
This method supports the standard return values E_OUTOFMEMORY and E_UNEXPECTED, as well as the following:
Remarks
The caller is responsible for calling (*ppEnum)->Release when the enumerator is no longer needed.
See Also