SHCreateItemFromIDList

[DllImport("shell32.dll")]
public static extern int SHCreateItemFromIDList(
   IntPtr pidl,
   ref Guid riid,
   out IntPtr ppv
);

Microsoft documentation: Linkarrow-up-right

Last updated