I am working on printer set up function. Microsoft has DeviceCapabilities API, let you retrieve printers setting information.
The function uses dmPaperSize for paper size, DMPAPER_A4 is one of the members in dmPaperSize. A4 paper is defined as DMPAPER_A4 that has value 9 in my printer. My question is whether DMPAPER_A4 is always 9 for all the printers?
Also for dmDefaultSource, do all the member of dmDefaultSource has same value across every printers (if it can be installed in windows)?
Thanks.