IExtendTaskPad::GetListPadInfo method (mmc.h)
The IExtendTaskPad::GetListPadInfo method is used for list-view taskpads only. It enables MMC to get the title text for the list control, the text for an optional button, and the command ID passed to IExtendTaskPad::TaskNotify when that optional button is clicked.
Syntax
HRESULT GetListPadInfo(
[in] LPOLESTR pszGroup,
[out] MMC_LISTPAD_INFO *lpListPadInfo
);
Parameters
[in] pszGroup
A pointer to a null-terminated string that contains the group name that identifies the taskpad. The group name is the string that follows the hash (#) in the string passed in the ppViewType parameter when MMC calls IComponent::GetResultViewType to display the taskpad. If no group name is specified, szGroup is a NULL string.
[out] lpListPadInfo
A pointer to an MMC_LISTPAD_INFO structure that the snap-in must fill in with the title text for the list control, the text for an optional button, and the command ID passed to IExtendTaskPad::TaskNotify when that optional button is clicked.
Be aware that the caller (MMC) allocates the memory for the MMC_LISTPAD_INFO structure.
Return value
This method can return one of these values.
Remarks
If the snap-in is not a list-view taskpad, this method is not called by MMC.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | mmc.h |