class RAnimDll : public MWsClientClass |
Client-side interface to the server-side animation DLL.
This is the client side class matching the server side CAnimDLL class. It provides functions to create, load, close and destroy a server-side CAnimDll object.
CreateCAnimDllL()
CAnimDll
Public Member Functions | |
---|---|
RAnimDll() | |
RAnimDll(RWsSession &) | |
~RAnimDll() | |
IMPORT_C void | Close() |
IMPORT_C void | Destroy() |
IMPORT_C TInt | Load(const TDesC &) |
Private Member Functions | |
---|---|
void | AsyncCommandReply(TRequestStatus &, TInt, TIpcArgs &) |
void | Command(TInt, TInt, const TPtrC8 &) |
void | Command(TInt, TInt) |
TInt | CommandReply(TInt, TInt, const TIpcArgs *) |
TInt | CommandReply(TInt, TInt, const TDesC8 &, const TIpcArgs *) |
TInt | CreateInstance(TInt32 &, const MWsClientClass &, TInt, const TDesC8 &, TInt, const TIpcArgs *) |
void | DestroyInstance(TInt) |
Inherited Attributes | |
---|---|
MWsClientClass::iBuffer | |
MWsClientClass::iWsHandle |
void | AsyncCommandReply | ( | TRequestStatus & | aStatus, |
TInt | aOpcode, | |||
TIpcArgs & | aIpcArgs | |||
) | [private] |
TRequestStatus & aStatus | |
TInt aOpcode | |
TIpcArgs & aIpcArgs |
void | Command | ( | TInt | aHandle, |
TInt | aOpcode, | |||
const TPtrC8 & | aArgs | |||
) | [private] |
TInt | CommandReply | ( | TInt | aHandle, |
TInt | aOpcode, | |||
const TIpcArgs * | aIpcArgs = NULL | |||
) | [private] |
TInt | CommandReply | ( | TInt | aHandle, |
TInt | aOpcode, | |||
const TDesC8 & | aArgs, | |||
const TIpcArgs * | aIpcArgs = NULL | |||
) | [private] |