SHGetDataFromIDList
[DllImport("shell32.dll")]
public static extern int SHGetDataFromIDList(
IntPtr psf,
IntPtr pidl,
uint nFormat,
ref IntPtr pv,
uint cb
);
Microsoft documentation: Link
Last updated
[DllImport("shell32.dll")]
public static extern int SHGetDataFromIDList(
IntPtr psf,
IntPtr pidl,
uint nFormat,
ref IntPtr pv,
uint cb
);
Microsoft documentation: Link
Last updated