C# Signature:

[DllImport("shell32.dll")]
static extern int SHGetDataFromIDList(IShellFolder psf, ref ITEMIDLIST pidl,
   int nFormat, IntPtr pv, int cb);

Última actualización