CSsmCustomCommandInfo Class Reference
class CSsmCustomCommandInfo : public CBase
|
Information required to construct a custom command.
TCmdCustomCommandLibUnloading
CCmdCustomCommand
Constructor & Destructor Documentation
CSsmCustomCommandInfo()
IMPORT_C
|
CSsmCustomCommandInfo
|
(
|
)
|
|
CSsmCustomCommandInfo(const CSsmCustomCommandInfo &)
~CSsmCustomCommandInfo()
IMPORT_C
|
~CSsmCustomCommandInfo
|
(
|
)
|
|
Member Functions Documentation
Clear()
Clear command info contents and reset to default values
ExternalizeL(RWriteStream &)
IMPORT_C void
|
ExternalizeL
|
(
|
RWriteStream
&
|
aWriteStream
|
)
|
const
|
Parameters
RWriteStream
& aWriteStream
|
A write stream to write the object data to
|
FileName()
IMPORT_C const
TFileName
&
|
FileName
|
(
|
)
|
const
|
InternalizeL(RReadStream &)
IMPORT_C void
|
InternalizeL
|
(
|
RReadStream
&
|
aReadStream
|
)
|
|
Configures the
CSsmCustomCommandInfo
object using data contained in a ReadStream
-
leave
-
One of the system-wide error codes.
Parameters
RReadStream
& aReadStream
|
A read stream containing BIC data
|
Ordinal()
IMPORT_C
TInt32
|
Ordinal
|
(
|
)
|
const
|
Params()
IMPORT_C const
TPtrC8
|
Params
|
(
|
)
|
const
|
Retries()
IMPORT_C
TInt16
|
Retries
|
(
|
)
|
const
|
SetL(const TDesC &, TInt32, TCmdCustomCommandLibUnloading, TInt16, const TDesC8 &)
IMPORT_C void
|
SetL
|
(
|
const
TDesC
&
|
aFileName,
|
|
TInt32
|
aOrdinal,
|
|
TCmdCustomCommandLibUnloading
|
aUnloading,
|
|
TInt16
|
aRetries,
|
|
const
TDesC8
&
|
aParams
|
|
)
|
|
Set command info contents
-
leave
-
One of the system-wide error codes.
Parameters
const
TDesC
& aFileName
|
A Custom Command DLL file name
|
TInt32
aOrdinal
|
The ordinal to call to return a MSsmCustomCommand object
|
TCmdCustomCommandLibUnloading
aUnloading
|
Whether to unload the Custom Command DLL immediately when finished or not
|
TInt16
aRetries
|
The number of times to try calling the Custom Command if unsuccessful
|
const
TDesC8
& aParams
|
Optional user data to be passed to the Custom Command
|
Unloading()
IMPORT_C
TCmdCustomCommandLibUnloading
|
Unloading
|
(
|
)
|
const
|
TCmdCustomCommandLibUnloading
operator=(const CSsmCustomCommandInfo &)
Member Data Documentation
TCmdCustomCommandLibUnloading
iUnloading
TCmdCustomCommandLibUnloading
|
iUnloading
|
[private]
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.