MSCPPluginEventHandler Class Reference

class MSCPPluginEventHandler

An interface class that specifies the services available to the plugins

Member Functions Documentation

GetFsSession()

RFs & GetFsSession ( ) [pure virtual]

Retrieves a reference to a connected File Server session

GetParameters()

CSCPParamObject & GetParameters ( ) [pure virtual]

Used by plugins to retrieve a reference to the configuration object.

GetStoragePathL(TDes &)

TInt GetStoragePathL ( TDes & aPath ) [pure virtual]

Used by plugins to retrieve a reference to the configuration object.

Parameters

TDes & aPath

HashInput(TDes &, TDes &)

TInt HashInput ( TDes & aInput,
TDes & aOutput
) [pure virtual]

Used to hash the given input buffer using MD5 to the output buffer.

Parameters

TDes & aInput
TDes & aOutput