API published in: S60 1st Ed
API deprecated in: S60 5th Ed
Link against: pbkview.lib
Required Capabilities
ReadUserData WriteUserData
#include <cpbkmultipleentryfetchdlg.h>
Public Member Functions |
|
IMPORT_C | TParams () |
C++ constructor. |
|
IMPORT_C | operator TCleanupItem () |
Returns a cleanup item which will handle cleanup of this object in case of a leave. |
|
Data Fields |
|
CContactViewBase * | iContactView |
Contact view to display. |
|
CContactIdArray * | iMarkedEntries |
Returns an array of ids of the selected entries, undefined if the dialog is canceled. |
|
TInt | iCbaId |
OPTIONAL: Fetch softkey resource ID. |
|
MPbkFetchDlgSelection * | iFetchSelection |
OPTIONAL: Fetch selection accepter. |
|
C++ constructor. |
|
Returns a cleanup item which will handle cleanup of this object in case of a leave. |
|
OPTIONAL: Fetch softkey resource ID. If 0, default softkeys are used. |
|
Contact view to display. If NULL loads the default contact view containing all names in the contact database. |
|
OPTIONAL: Fetch selection accepter. If NULL, not applicable. |
|
Returns an array of ids of the selected entries, undefined if the dialog is canceled. Caller must delete iMarkedEntries when no longer needed. |