CreatePropertySheetPage

[DllImport("Comctl32.dll", SetLastError = true)]
public static extern IntPtr CreatePropertySheetPage(
   [In] ref PROPSHEETPAGE psp
);

Microsoft documentation: Link

Last updated