Recent content by vitorcrdias

  1. V

    Functions to retrieve data from DEVMODE in C#

    I wrote a C# class that holds some structures copied from PInvoke site. In this class I have: Printer_Info_2 structure, Job_Info_2 structure, SystemTime, Printer_Defaults and DevMode structures too. So I have the base to work on getting printer info and job info. All I need is too get...