equal
deleted
inserted
replaced
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 |