IConsole::QueryResultImageList method (mmc.h)

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

Syntax

HRESULT QueryResultImageList(
  [out] LPIMAGELIST *ppImageList
);

Parameters

[out] ppImageList

Address of a variable that receives the IImageList interface pointer.

Return value

This method can return one of these values.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header mmc.h
DLL Mmcndmgr.dll

See also

IConsole

IImageList