Link against: FavouritesEngine.lib
ReadUserData WriteUserData
#include <FavouritesHandle.h>
Inherited by RFavouritesDb, RFavouritesDbIncremental, RFavouritesDbNotifier, and RFavouritesFile.
Public Member Functions |
|
RFavouritesHandle () | |
Constructor. |
|
IMPORT_C void | Close () |
Close the object. |
|
TInt | Handle () const |
Get handle number. |
|
Protected Member Functions |
|
TInt | Open (RFavouritesSession &aSess, TInt aFunction, const TIpcArgs &aArgs) |
Open the object. |
|
TInt | Open (RFavouritesHandle &aHandle, TInt aFunction, const TIpcArgs &aArgs) |
Open this object using other object. |
|
void | SendReceive (TInt aFunction, const TIpcArgs &aArgs, TRequestStatus &aStatus) const |
Message passing routine. |
|
TInt | SendReceive (TInt aFunction, const TIpcArgs &aArgs) const |
Message passing routine. |
|
TInt | SendReceive (TInt aFunction) const |
Message passing routine. |
|
Protected Attributes |
|
RFavouritesSession | iSess |
Session handle. |
|
TInt | iHandle |
Handle number. |
|
Constructor.
|
|
Close the object.
Reimplemented in RFavouritesFile. |
|
Get handle number.
|
|
Open this object using other object.
|
|
Open the object.
|
|
Message passing routine.
|
|
Message passing routine.
|
|
Message passing routine.
|
|
Handle number. |
|
Session handle. |