SHCreateItemFromIDList

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

Microsoft documentation: Link

Last updated