IObjMgr interface (shlobj_core.h)

Exposes methods that allow a client to append or remove an object from a collection of objects managed by a server object.

Inheritance

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

Methods

The IObjMgr interface has these methods.

 
IObjMgr::Append

Appends an object to the collection of managed objects.
IObjMgr::Remove

Removes an object from the collection of managed objects.

Remarks

This interface is implemented by objects that manage a collection of other objects. It is exported to allow clients of the object to request that objects be added to or removed from the collection.

Use this interface to add or delete an object from the server object's collection of managed objects.

Requirements

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