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