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 IEnumTASK interface is introduced in MMC 1.1.
The IEnumTASK interface enables a snap-in component to enumerate the tasks to add to a taskpad.
Inheritance
The IEnumTASK interface inherits from the IUnknown interface. IEnumTASK also has these types of members:
Methods
The IEnumTASK interface has these methods.
| IEnumTASK::Clone The IEnumTASK::Clone method creates a new IEnumTASK object that has the same state as this IEnumTASK object. MMC does not use this method. It must be included for completeness. |
| IEnumTASK::Next The IEnumTASK::Next method enables MMC to retrieve the next task in the snap-in's list of tasks. |
| IEnumTASK::Reset The IEnumTASK::Reset method enables MMC to reset the enumeration to the beginning of the snap-in's task list. |
| IEnumTASK::Skip The IEnumTASK::Skip method skips the specified number of tasks in the snap-in's list of tasks. MMC does not use this method. It must be included for completeness. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Target Platform | Windows |
| Header | mmc.h |