RESOURCE EIK_APP_INFO
这里的EIK_APP_INFO是常在rss资源文件中出现的。
SDK中这样说明:
Application UI information resource.
This resource is used to define an application's GUI command input and status display controls, e.g. menus, toolbars, status pane, toolbar, toolband, CBA (Control Button Array) and hotkeys. It is loaded by the application UI (derived from CEikAppUi).
通常如果做Multiviews的时候,是不需要这里有任何信息的,然后在一些简单的示例中我们还能看到有cba="..."的字样
当然可以使用系统定义的cba也可以自己来定义:)
作者:
huwell