Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IExtendTaskPad interface is introduced in MMC 1.1.
The IExtendTaskPad interface enables a snap-in component to set up a taskpad and receive notifications from the taskpad.
Inheritance
The IExtendTaskPad interface inherits from the IUnknown interface. IExtendTaskPad also has these types of members:
Methods
The IExtendTaskPad interface has these methods.
IExtendTaskPad::EnumTasks The IExtendTaskPad::EnumTasks method enables MMC to get a pointer to the IEnumTASK interface of the object that contains the snap-in's tasks. |
IExtendTaskPad::GetBackground The IExtendTaskPad::GetBackground method enables MMC to get the taskpad's background image to display in taskpads that use MMC taskpad templates. |
IExtendTaskPad::GetDescriptiveText The IExtendTaskPad::GetDescriptiveText method enables MMC to get the taskpad's descriptive text to display in taskpads that use MMC taskpad templates. |
IExtendTaskPad::GetListPadInfo The IExtendTaskPad::GetListPadInfo method is used for list-view taskpads only. |
IExtendTaskPad::GetTitle The IExtendTaskPad::GetTitle method enables MMC to get the taskpad title text to display in taskpads that use MMC taskpad templates. |
IExtendTaskPad::TaskNotify The IExtendTaskPad::TaskNotify method enables MMC to notify the snap-in when a task is extended. If the taskpad is a list-view taskpad, MMC also calls IExtendTaskPad::TaskNotify when a list-view button is extended. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | mmc.h |