#include <cntimagesutility.h>
class MContactImageUtilityObserver |
Public Member Functions | |
---|---|
pure virtual void | UtilityOperationComplete(const TPath &, TInt) |
Call back function used to inform the client of completion or error status
Parameters | |
---|---|
aDestPath | A valid path to the new image, or empty. |
aError | KErrNone The operation was successful KErrNotFound The images directory does not exist KErrCancel The operation was cancelled while going on KErrGeneral Any other error while decoding KErrArgument Source image does not exist Any other system wide errors |