Platform SDK: TAPI |
The EnumerateAddresses method obtains the collection of multicast addresses that are the subject of this lease or lease request. This method is primarily for C++ programmers. Visual Basic and other scripting languages use get_Addresses instead.
HRESULT EnumerateAddresses( IEnumBstr **ppEnumAddresses );
Value | Meaning |
---|---|
S_OK | Method succeeded. |
E_POINTER | The caller passed in an invalid pointer argument. |
E_OUTOFMEMORY | Not enough memory to allocate the enumerator. |
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Mdhcp.h.
Library: Use Mdhcpid.lib.