IConsole::QueryResultImageList

[This is preliminary documentation and subject to change.]

Returns the console-provided result-view image list. This image list should be used only if the snap-in is using the default list view.

HRESULT QueryResultImageList(
  LPIMAGELIST * ppImageList  // Pointer to the image list's location
);
 

Parameter

ppImageList
[out] Address of a variable that receives the 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.

See Also

IConsole, IImageList