PRINTPAGERANGE
struct PRINTPAGERANGE
Represents a range of pages in a print job. A print job can have more than one page range. This information is
supplied in the PRINTDLGEXW structure when calling the PrintDlgEx function.
namespace Windows.Win32.UI.Controls.Dialogs
{
internal struct PRINTPAGERANGE
{
public uint nFromPage;
public uint nToPage;
}
}