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