|
|
|
|
Location:
pdrport.h
Link against: pdrprt.lib
class CFilePrinterPort : public CPrinterPort;
CBase - Base class for all classes to be instantiated on the heap
CPrinterPort - Printer port interface
CFilePrinterPort - (No abstract)
Defined in CFilePrinterPort:
Cancel(), FileName(), NewL(), WriteRequest(), ~CFilePrinterPort()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
static IMPORT_C CFilePrinterPort *NewL(const TDesC &aFileName);
|
|
virtual void WriteRequest(const TDesC8 &aBuf, TRequestStatus &aRequestStatus);
Implementation of the pure virtual function inherited from CPrinterPort.
Writes data asynchronously to the concrete file printer port.
|