PrintDlgEx

[DllImport("Comdlg32.dll", SetLastError = true)]
public static extern bool PrintDlgEx(
   ref PRINTDLGEX lppdex
);

Microsoft documentation: Link

Last updated