IEnumBstr interface (tapi3if.h)
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
Inheritance
The IEnumBstr interface inherits from the IUnknown interface. IEnumBstr also has these types of members:
Methods
The IEnumBstr interface has these methods.
IEnumBstr::Clone The Clone method creates another enumerator that contains the same enumeration state as the current one. This method is hidden from Visual Basic and scripting languages. (IEnumBstr.Clone) |
IEnumBstr::Next The Next method gets the next specified number of elements in the enumeration sequence. This method is hidden from Visual Basic and scripting languages. (IEnumBstr.Next) |
IEnumBstr::Reset The Reset method resets to the beginning of the enumeration sequence. This method is hidden from Visual Basic and scripting languages. (IEnumBstr.Reset) |
IEnumBstr::Skip The Skip method skips over the next specified number of elements in the enumeration sequence. This method is hidden from Visual Basic and scripting languages. (IEnumBstr.Skip) |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |