Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The IEnumSubStream interface provides COM-standard enumeration methods for the ITSubStream interface. The ITSubStreamControl::EnumerateSubStreams method returns a pointer to IEnumSubStream.
Inheritance
The IEnumSubStream interface inherits from the IUnknown interface. IEnumSubStream also has these types of members:
Methods
The IEnumSubStream interface has these methods.
| IEnumSubStream::Clone The Clone method creates another enumerator that contains the same enumeration state as the current one. (IEnumSubStream.Clone) |
| IEnumSubStream::Next The Next method gets the next specified number of elements in the enumeration sequence. (IEnumSubStream.Next) |
| IEnumSubStream::Reset The Reset method resets to the beginning of the enumeration sequence. (IEnumSubStream.Reset) |
| IEnumSubStream::Skip The Skip method skips over the next specified number of elements in the enumeration sequence. (IEnumSubStream.Skip) |
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | tapi3if.h (include Tapi3.h) |