IObjectWithAssociationList

IID_IObjectWithAssociationList {E6FFBB28-BB79-43B9-A7BC-6B57410C8108}

The original IObjectWithAssociationList methods are (as ordered in the virtual function table after the IUnknown methods):

Offset Method
0x0C SetList
0x10 GetList

with prototypes:

HRESULT SetList (IAssociationList *);
HRESULT GetList (IAssociationList **);

in which IAssociationList is an undocumented interface.

Availability

The IObjectWithAssociationList interface is implemented in the SHELL32.DLL version 6.00 from Windows Vista, and higher.

Though new for Windows Vista, this interface is not documented by Microsoft in the January 2007 edition of the Software Development Kit (SDK) for Windows Vista.