Share via


IEnumSpObjectTokens (Windows CE 5.0)

Send Feedback

This interface enumerates speech object tokens.

When to Implement

The following class identifiers (CLSIDs) can be used with this interface. A complete CLSID listing for all interfaces is in the Class IDs section.

CLSID_SpMMAudioEnum

Methods

Methods Description
Clone Creates a new enumerator object with the same items.
GetCount Gets the number of object tokens contained in the enumeration sequence.
Item Locates a specific token in the enumeration.
Next Gets the next object token in the enumeration sequence.
Reset Resets the enumeration sequence to the beginning.
Skip Skips a specified number of object tokens in the enumeration sequence.

Requirements

OS Versions: Windows CE .NET 4.1 and later.
Header: sapi.h, sapi.idl.
Link Library: Sapilib.lib.

See Also

SAPI Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.