equal
deleted
inserted
replaced
89 TRequestStatus& aCompletionStatus) |
89 TRequestStatus& aCompletionStatus) |
90 /** |
90 /** |
91 * Starts an asynchronous messaging function as an active object. Only works for EIrcCmdSend. |
91 * Starts an asynchronous messaging function as an active object. Only works for EIrcCmdSend. |
92 * |
92 * |
93 * @param aFunctionId Identifier of the function to be invoked. Only supports EIrcCmdSend. |
93 * @param aFunctionId Identifier of the function to be invoked. Only supports EIrcCmdSend. |
94 * @param aSelection Selection of message entries for the requested function to operate on. |
94 * @param aSelection Selction of message entries for the requested function to operate on. |
95 * @param aParameter Buffer containing input and output parameters. |
95 * @param aParameter Buffer containing input and output parameters. |
96 * @param aCompletionStatus Canonical TRequestStatus used for control of the active object. |
96 * @param aCompletionStatus Canonical TRequestStatus used for control of the active object. |
97 * @return Pointer to a new asynchronously completing CMsvOperation. If failed, this is a completed operation with |
97 * @return Pointer to a new asynchronously completing CMsvOperation. If failed, this is a completed operation with |
98 * status set to the relevant error code. |
98 * status set to the relevant error code. |
99 * @leave KErrXXX System-wide error codes |
99 * @leave KErrXXX System-wide error codes |