SAknConfirmationResource Class Reference

API published in: S60 1st Ed

Link against: avkon.lib

Capability Information

Required Capabilities

None


#include <
aknpasswordsettingpage.h>

Detailed Description

Structure to hold the required resources for a password confirmation sequence This holds 3 resource IDs.

One for a query, and a note each for success or failure This structure contains the information read in from a AVKON_PASSWORD_CONFIRMATION resource structure.


Data Fields

TInt iEntryQueryResourceId
 Resource for the password query, if non-zero.
TInt iSuccessNoteResourceId
 Resource for the success note, if non-zero.
TInt iFailureNoteResourceId
 Resource for the failure note, if non-zero.

Field Documentation

TInt SAknConfirmationResource::iEntryQueryResourceId
 

Resource for the password query, if non-zero.

TInt SAknConfirmationResource::iFailureNoteResourceId
 

Resource for the failure note, if non-zero.

TInt SAknConfirmationResource::iSuccessNoteResourceId
 

Resource for the success note, if non-zero.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top