IConsole::QueryConsoleVerb method (mmc.h)

Queries for the IConsoleVerb interface.

Syntax

HRESULT QueryConsoleVerb(
  [out] LPCONSOLEVERB *ppConsoleVerb
);

Parameters

[out] ppConsoleVerb

A pointer to the address of a variable that receives the IConsoleVerb interface pointer.

Return value

This method can return one of these values.

Remarks

This method should be called from an IConsole interface pointer obtained through the IComponent interface.

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

IConsoleVerb