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

_PRINTER_INFO_2W

Declaration

Source position: winutilprn.pas line 145

type _PRINTER_INFO_2W = record

  pServerName: LPWSTR;

  

  pPrinterName: LPWSTR;

  

  pShareName: LPWSTR;

  

  pPortName: LPWSTR;

  

  pDriverName: LPWSTR;

  

  pComment: LPWSTR;

  

  pLocation: LPWSTR;

  

  pDevMode: LPDEVMODEW;

  

  pSepFile: LPWSTR;

  

  pPrintProcessor: LPWSTR;

  

  pDatatype: LPWSTR;

  

  pParameters: LPWSTR;

  

  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