Unit 'WinUtilPrn' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lz_printers]

_PRINTER_INFO_2A

Declaration

Source position: winutilprn.pas line 112

type _PRINTER_INFO_2A = record

  pServerName: LPTSTR;

  

  pPrinterName: LPTSTR;

  

  pShareName: LPTSTR;

  

  pPortName: LPTSTR;

  

  pDriverName: LPTSTR;

  

  pComment: LPTSTR;

  

  pLocation: LPTSTR;

  

  pDevMode: LPDEVMODE;

  

  pSepFile: LPTSTR;

  

  pPrintProcessor: LPTSTR;

  

  pDatatype: LPTSTR;

  

  pParameters: LPTSTR;

  

  pSecurityDescriptor: PSECURITY_DESCRIPTOR;

  

  Attributes: DWORD;

  

  Priority: DWORD;

  

  DefaultPriority: DWORD;

  

  StartTime: DWORD;

  

  UntilTime: DWORD;

  

  Status: DWORD;

  

  cJobs: DWORD;

  

  AveragePPM: DWORD;

  

end;



CT Web help

CodeTyphon Studio