IComponentData::GetDisplayInfo
[This is preliminary documentation and subject to change.]
Retrieves display information for a namespace item in the scope pane.
HRESULT GetDisplayInfo(
SCOPEDATAITEM * pScopeDataItem // pointer to a scope item struct
);
Parameters
-
pScopeDataItem
-
[in, out] Pointer to a SCOPEDATAITEM structure. On input the structure's mask member specifies the type of information required and the lParam member identifies the item of interest.
Return Values
-
S_OK
-
Display information was successfully retrieved.
-
E_UNEXPECTED
-
An unexpected error occurred.
See Also
IComponent, IComponentData, IConsole