Platform SDK: TAPI

IEnumBstr

The IEnumBstr interface provides COM-standard methods to enumerate BSTR strings. The following methods return a pointer to this interface:

ITAddressCapabilities::EnumerateCallTreatments
ITAddressCapabilities::EnumerateCompletionMessages
ITAddressCapabilities::EnumerateDeviceClasses
IMcastLeaseInfo::EnumerateAddresses

Methods in Vtable Order

IUnknown Methods

IEnumBstr methods Description
Next Gets the next specified number of elements in the enumeration sequence.
Reset Resets to the beginning of the enumeration sequence.
Skip Skips over the next specified number of elements in the enumeration sequence.
Clone Creates another enumerator that contains the same enumeration state as the current one.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Tapi3.h.
  Library: Use T3iid.lib.