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