IOleItemContainer interface (oleidl.h)

Used by item monikers when they are bound to the objects they identify.

When any container of objects uses item monikers to identify its objects, it must define a naming scheme for those objects. The container's IOleItemContainer implementation uses knowledge of that naming scheme to retrieve an object given a particular name. Item monikers use the container's IOleItemContainer implementation during binding.

This interface is not supported for use across machine boundaries.

Inheritance

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

Methods

The IOleItemContainer interface has these methods.

 
IOleItemContainer::GetObject

Retrieves a pointer to the specified object.
IOleItemContainer::GetObjectStorage

Retrieves a pointer to the storage for the specified object.
IOleItemContainer::IsRunning

Determines whether the specified object is running.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header oleidl.h

See also

CreateItemMoniker

IMoniker