|
||
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()
Cancels an outstanding CFilePrinterPort::WriteRequest(const TDesC8 &,TReques...FileName()
NewL(const TDesC &)
WriteRequest(const TDesC8 &,TRequestStatus &)
Implementation of the pure virtual function inherited from CPrinterPort.~CFilePrinterPort()
Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...IMPORT_C static 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.
|
virtual void Cancel();
Cancels an outstanding CFilePrinterPort::WriteRequest(const TDesC8 &,TRequestStatus &)
operation.