[DllImport("shell32.dll")] public static extern bool ILIsParent( IntPtr pidl1, IntPtr pidl2, bool fImmediate );
Microsoft documentation: Link
Last updated 1 year ago