IConsole::QueryScopeImageList

[This is preliminary documentation and subject to change.]

Queries the console-provided scope pane's image list.

HRESULT QueryScopeImageList(
  LPIMAGELIST * ppImageList  // Address of the returned pointer
);
 

Parameters

ppImageList
[out] Address of a variable that receives the scope pane's IImageList interface pointer.

Return Values

S_OK
The image list was successfully returned.
E_UNEXPECTED
An unexpected error occurred.
E_INVALIDARG
The parameter is invalid. This may indicate a NULL pointer.
E_OUTOFMEMORY
The operation could not be completed due to lack of memory.

See Also

IConsole, IImageList