MapDialogRect

[DllImport("user32.dll", SetLastError = true)]
public static extern bool MapDialogRect(
   IntPtr hDlg,
   ref RECT lpRect
);

Microsoft documentation: Link

Last updated