IDelegateFolder interface

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

Members

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

Methods

The IDelegateFolder interface has these methods.

MethodDescription
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

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Shobjidl.h

IDL

Shobjidl.idl

DLL

Shell32.dll

 

 

Show: