MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / SetIdleLimit

Method SetIdleLimit

source/ParallelPrinter.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 void SetFilename(const std::string& prtFilename);
50 UINT GetIdleLimit(void) { return m_printerIdleLimit; }
51 void SetIdleLimit(UINT value) { m_printerIdleLimit = value; }
52 bool GetDumpToPrinter(void) { return m_bDumpToPrinter; }
53 void SetDumpToPrinter(bool value) { m_bDumpToPrinter = value; }
54 bool GetConvertEncoding(void) { return m_bConvertEncoding; }

Callers 1

DlgPrinterOKMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected