appinstall_plat/sifui_api/inc/sifuidefs.h
changeset 29 26b6f0522fd8
parent 25 98b66e4fb0be
child 37 6e7b00453237
equal deleted inserted replaced
25:98b66e4fb0be 29:26b6f0522fd8
    34     ESifUiErrorNote = 4
    34     ESifUiErrorNote = 4
    35     };
    35     };
    36 
    36 
    37 // Variant map keys for dialog type and title (common to all dialog types)
    37 // Variant map keys for dialog type and title (common to all dialog types)
    38 _LIT( KSifUiDialogType, "type" );                   // enum TSifUiDeviceDialogType
    38 _LIT( KSifUiDialogType, "type" );                   // enum TSifUiDeviceDialogType
    39 _LIT( KSifUiDialogMode, "mode" );                   // enum TSifUiDeviceDialogMode
       
    40 
    39 
    41 // Variant map keys for device dialog return values
    40 // Variant map keys for device dialog return values
    42 _LIT( KSifUiQueryAccepted, "accept" );              // boolean
    41 _LIT( KSifUiQueryAccepted, "accept" );              // boolean
    43 _LIT( KSifUiSelectedMemoryIndex, "memi" );          // integer
    42 _LIT( KSifUiSelectedMemory, "drv" );                // drive letter
    44 
    43 
    45 // Variant map keys for "confirmation query" dialog parameters
    44 // Variant map keys for "confirmation query" dialog parameters
    46 _LIT( KSifUiApplicationName, "app" );               // descriptor
    45 _LIT( KSifUiApplicationName, "app" );               // descriptor
    47 _LIT( KSifUiApplicationIconHandle, "icon" );        // integer, bitmap handle
    46 _LIT( KSifUiApplicationIconHandle, "icon" );        // integer, bitmap handle
    48 _LIT( KSifUiApplicationIconMaskHandle, "mask" );    // integer, bitmap handle
    47 _LIT( KSifUiApplicationIconMaskHandle, "mask" );    // integer, bitmap handle
    49 _LIT( KSifUiApplicationVersion, "ver" );            // descriptor
    48 _LIT( KSifUiApplicationVersion, "ver" );            // descriptor
    50 _LIT( KSifUiApplicationSize, "size" );              // integer
    49 _LIT( KSifUiApplicationSize, "size" );              // integer
    51 _LIT( KSifUiApplicationDetails, "details" );        // descriptor array
    50 _LIT( KSifUiApplicationDetails, "details" );        // descriptor array
    52 _LIT( KSifUiMemorySelection, "mem" );               // boolean
    51 _LIT( KSifUiMemorySelection, "mem" );               // descriptor (comma separated drive letters)
    53 _LIT( KSifUiCertificates, "cert" );                 // boolean ???
    52 _LIT( KSifUiCertificates, "cert" );                 // boolean ???
    54 
    53 
    55 // Variant map keys for "progress note" dialog parameters
    54 // Variant map keys for "progress note" dialog parameters
    56 _LIT( KSifUiProgressNoteText, "txt" );              // string
    55 _LIT( KSifUiProgressNoteText, "txt" );              // string
    57 _LIT( KSifUiProgressNoteFinalValue, "fin" );        // integer
    56 _LIT( KSifUiProgressNoteFinalValue, "fin" );        // integer
    58 _LIT( KSifUiProgressNoteValue, "val" );             // integer
    57 _LIT( KSifUiProgressNoteValue, "val" );             // integer
    59 
    58 
    60 // Variant map keys for "error" dialog parameters
    59 // Variant map keys for "error" dialog parameters
    61 _LIT( KSifUiErrorCode, "err" );                     // integer
    60 _LIT( KSifUiErrorCode, "err" );                     // integer
       
    61 _LIT( KSifUiErrorMessage, "msg" );                  // string
       
    62 _LIT( KSifUiErrorDetails, "det" );                  // string
    62 
    63 
    63 #endif  // SIFUIDEFS_H
    64 #endif  // SIFUIDEFS_H
    64 
    65