IDataAdviseHolder::EnumAdvise
Returns a
pointer to an IEnumStatdata interface on an enumeration object that can
be used to enumerate the current advisory connections.
HRESULT EnumAdvise(
IEnumSTATDATA ** ppenumAdvise |
//Indirect pointer on the new enumerator object |
); |
|
Parameter
ppenumAdvise
[out]
Indirect pointer to the IEnumStatdata
Return Values
This method
supports the standard return value E_OUTOFMEMORY, as well as the following:
S_OK
The
enumerator object is successfully instantiated or there are no connections.
Remarks
This method
must supply a pointer to an implementation of the IEnumSTATDATA
Adding more
advisory connections while the enumerator object is active has an undefined effect
on the enumeration that results from this method.
See Also