Exposes methods that allow an application to attach extra data blocks to a Shell link. These methods add, copy, or remove data blocks.
IShellLinkDataList Members
Remarks
The data blocks are in the form of a structure. The first two members are the same for all data blocks. The first member gives the structure's size. The second member is a signature that identifies the type of data block. The remaining members hold the block's data. There are five types of data block currently supported.
This interface is not implemented by applications.
Use this interface if your application needs to add extra data blocks to a Shell link.
Note Windows Vista and later. Prior to Windows Vista this interface was declared in Shlobj.h.
Interface Information
| Minimum DLL Version | shell32.dll version 4.71 or later |
|---|
| Custom Implementation | Yes |
|---|
| Inherits from | IUnknown |
|---|
| Header and IDL files | shobjidl.h, shobjidl.idl |
|---|
| Minimum operating systems |
Windows 2000, Windows Millennium Edition |
|---|