SHObjectProperties

[DllImport("shell32.dll", CharSet = CharSet.Unicode)]
public static extern int SHObjectProperties(
   IntPtr hwnd,
   SHOP shopObjectType,
   string pszObjectName,
   string pszPropertyPage
);

Microsoft documentation: Link

Last updated