RFavouritesHandle Class Reference
#include
<mw/favouriteshandle.h>
Member Attribute Documentation
Constructor & Destructor Documentation
RFavouritesHandle ( )
| RFavouritesHandle | ( | ) | [inline] |
Member Function Documentation
Close ( )
Close the object.
- Since
- 0.9 return void
Handle ( )
|
TInt
| Handle | ( | ) | const [inline] |
Returns: Handle number.the handle
Open ( RFavouritesSession &, TInt, const TIpcArgs & )
Open the object.
- Since
- 0.9
| Parameter | Description | | aSess | Session to be used. |
| aFunction | Function. |
| aArgs | Arguments. |
Open ( RFavouritesHandle &, TInt, const TIpcArgs & )
Open this object using other object.
- Since
- 0.9
| Parameter | Description | | aHandle | Handle used to open this object. |
| aFunction | Function. |
| aArgs | Arguments. |
SendReceive ( TInt, const TIpcArgs &, TRequestStatus & )
Message passing routine.
- Since
- 0.9
| Parameter | Description | | aFunction | Function. |
| aArgs | Arguments. |
| aStatus | Request status. |
SendReceive ( TInt, const TIpcArgs & )
Message passing routine.
- Since
- 0.9
| Parameter | Description | | aFunction | Function. |
| aArgs | Arguments. |
SendReceive ( TInt )
|
TInt
| SendReceive | ( | TInt | aFunction | ) | const [protected] |
Message passing routine.
- Since
- 0.9
| Parameter | Description | | aFunction | Function. |