IConsoleNameSpace interface (mmc.h)

Note  This interface is obsolete, and only used in MMC 1.0.
 
Enables snap-ins to enumerate dynamic subcontainers in the scope pane. The particular snap-in determines what qualifies as a subcontainer. For example, a snap-in that features a domain object might enumerate individual groups or organizations within the domain.

The snap-in can query for a pointer to the IConsoleNameSpace interface during a call to its IComponentData::Initialize method.

Inheritance

The IConsoleNameSpace interface inherits from IConsoleNameSpace. IConsoleNameSpace also has these types of members:

Methods

The IConsoleNameSpace interface has these methods.

 
IConsoleNameSpace::DeleteItem

The IConsoleNameSpace2::DeleteItem method IConsoleNameSpaceenables the snap-in to delete a single item from the scope pane.
IConsoleNameSpace::GetChildItem

The IConsoleNameSpace2::GetChildItem method enables the snap-in to get the handle to a child item in the scope pane.
IConsoleNameSpace::GetItem

The IConsoleNameSpace2::GetItem method enables the snap-in to retrieve some or all of a single scope item's attributes.
IConsoleNameSpace::GetNextItem

The IConsoleNameSpace2::GetNextItem method enables the snap-in to retrieve the handle to the next item in the scope view.
IConsoleNameSpace::GetParentItem

The IConsoleNameSpace2::GetParentItem method enables the snap-in to retrieve the handle to a parent item in the scope view.
IConsoleNameSpace::InsertItem

The IConsoleNameSpace2::InsertItem method enables the snap-in to insert a single item into the scope view.
IConsoleNameSpace::SetItem

The IConsoleNameSpace2::SetItem method enables the snap-in to set the attributes of a single scope-view item.

Requirements

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

See also

IConsoleNameSpace2

MMC 2.0 Interfaces and Methods