WORD id=0; | Value passed to CEikDialog::OkToExitL() to identify this button when it is pressed. |
WORD buttontype=0; | Button type, e.g. EEikCtCommandButton for a command button. |
STRUCT button; | A button resource, e.g. a CMBUT for a command button. See also:
|
LONG hotkey; | Hotkey key for the button. |
BYTE flags=1; | Flags for the button.Valid flags are EEikLabeledButtonShowHotKey (the default), EEikLabeledButtonPlainHotKey , and EEikLabeledButtonIsDefault . |
BYTE line=1; | The dialog line on which to place the button. |