Location:
gdi.h
CPrinterPort
Supported from 5.0
Printer port interface.
This interface is used as the base class for the various types of printer port. New printer port classes should be derived from this class.
After allocation and construction, a pointer to a concrete printer port should be passed to CPrintSetup::StartPrintL()
.
|
Defined in CPrinterPort
:
Cancel()
, WriteRequest()
Inherited from CBase
:
operator new()
virtual void WriteRequest(const TDesC8& aBuf,TRequestStatus& aRequestStatus) = 0;
Writes data asynchronously to the printer port.
|
virtual void Cancel() = 0;
Cancels an outstanding WriteRequest()
operation.