ILClone

[DllImport("shell32.dll")]
public static extern IntPtr ILClone(
   IntPtr pidl
);

Microsoft documentation: Link

Last updated