In my application I show a list of all the printers installed. I get the
list of priters with EnumPrinters() function and level 2. However I am
interested only in fetching a list of physical printers and not the Virtual
Priters like "Microsoft Office Document Image Writer" and "Adobe PDF".
How does one distinguish a physical printer from a virtual printer?
Re: printing in two printers simultaneously ... at two printers simultaneously, so that every print made will also create ... a pdf file in a remote server... ... put windows printing in bouth printers all printing jobs taken by the ... i imagined another virtual printer installed that forwards the job to ... (microsoft.public.windowsxp.general)
Re: InstalledPrinters and Windows Server 2003 R2 ... the EnumPrinters line it just stops and does not return an error. ... I found that InstalledPrinters had problems when one or more printers had ... I had to fall back on the EnumPrinters API.... run the same code on a Win XP box all installed printers are listed. ... (microsoft.public.dotnet.languages.vb)
Re: Windows CE + EnumPrinters ...EnumPrinters() is not supported on CE. ... I am newbie in Windows CE Developement, I am writing a very simple ...printers installed on machine, For that I am using EnumPrinters API, I ... What I need to do to enumerate printers... (microsoft.public.windowsce.embedded.vc)
EnumPrinters PRINTER_ATTRIBUTE_LOCAL ... I'm calling the EnumPrinters() api with various info levels 1,2,4,5. ... I am testing on a Workgroup configuration -- not a domain. ... And it identifies the location of the printers correctly.... (microsoft.public.win32.programmer.gdi)
Re: Is there something better than EnumPrinters? ...Checkout msdn and there are samples out there which you can take and use. ...Vipin Aravind... > information on all the printers currently installed than EnumPrinters.... (microsoft.public.vc.mfc)