IDelegateFolder interface (shobjidl_core.h)

Exposes a method through which a delegate folder is given the IMalloc interface required to allocate and free item IDs.

Inheritance

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

Methods

The IDelegateFolder interface has these methods.

 
IDelegateFolder::SetItemAlloc

Provides the delegate folder an IMalloc interface used to allocate and free item IDs.

Remarks

The IDs allocated by the delegate folder are in the form of DELEGATEITEMID structures. It is the delegate's job to pack its data into the pointer to an item identifier list (PIDL) in the DELEGATEITEMID format.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header shobjidl_core.h (include Shobjidl.h)