messagingappbase/obexmtms/irmtm/irclient/include/IRCMTM.H
changeset 23 238255e8b033
parent 0 72b543305e3a
child 47 5b14749788d7
child 60 7fdbb852d323
equal deleted inserted replaced
5:4697dfb2d7ad 23:238255e8b033
    69 	
    69 	
    70 	/**
    70 	/**
    71 	 * Starts an asynchronous messaging function as an active object. Only works for EIrcCmdSend.
    71 	 * Starts an asynchronous messaging function as an active object. Only works for EIrcCmdSend.
    72 	 *
    72 	 *
    73 	 * @param aFunctionId Identifier of the function to be invoked. Only supports EIrcCmdSend.
    73 	 * @param aFunctionId Identifier of the function to be invoked. Only supports EIrcCmdSend.
    74 	 * @param aSelection Selction of message entries for the requested function to operate on.
    74 	 * @param aSelection Selection of message entries for the requested function to operate on.
    75 	 * @param aParameter Buffer containing input and output parameters.
    75 	 * @param aParameter Buffer containing input and output parameters.
    76 	 * @param aCompletionStatus Canonical TRequestStatus used for control of the active object.
    76 	 * @param aCompletionStatus Canonical TRequestStatus used for control of the active object.
    77 	 * @return Pointer to a new asynchronously completing CMsvOperation. If failed, this is a completed operation with 
    77 	 * @return Pointer to a new asynchronously completing CMsvOperation. If failed, this is a completed operation with 
    78 	 * status set to the relevant error code.
    78 	 * status set to the relevant error code.
    79 	 * @leave KErrXXX System-wide error codes
    79 	 * @leave KErrXXX System-wide error codes