IConsoleVerb interface (mmc.h)

The IConsoleVerb interface allows snap-ins to enable standard verbs including cut, copy, paste, delete, properties, rename, refresh, and print. When an item is selected, the snap-in can update the state of these verbs.

Inheritance

The IConsoleVerb interface inherits from the IUnknown interface. IConsoleVerb also has these types of members:

Methods

The IConsoleVerb interface has these methods.

 
IConsoleVerb::GetDefaultVerb

The GetDefaultVerb method gets the snap-in's default verb.
IConsoleVerb::GetVerbState

The GetVerbState method enables a snap-in to obtain a given verb's current state.
IConsoleVerb::SetDefaultVerb

The SetDefaultVerb method sets the default action on an object.
IConsoleVerb::SetVerbState

The SetVerbState method enables a snap-in to set a given verb's button state.

Remarks

IID_IConsoleVerb is defined as E49F7A60-74AF-11D0-A286-00C04FD8FE93.

Requirements

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