IComponent::GetDisplayInfo
[This is preliminary documentation and subject to change.]
Retrieves display information for an item in the result pane.
HRESULT GetDisplayInfo(
RESULTDATAITEM * pResultDataItem // pointer to a result item
);
Parameters
-
pResultDataItem
-
[in, out] Pointer to a RESULTDATAITEM structure. On input, the mask member specifies the type of information required and the lParam member identifies the item of interest. When called for a virtual list, the nIndex member identifies the desired virtual item and the lParam member is zero.
Return Values
-
S_OK
-
Display information was successfully retrieved.
-
E_UNEXPECTED
-
An unexpected error occurred.
See Also
IComponent, IComponentData, IConsole