Symbian ECOM 返回数组中的实现顺序是什么?
REComSession::ListImplementationsL 返回数组中的实现,根据该数组,\resource\plugins 中的 .rsc 文件包含特定的接口 ID。确定该数组中的顺序的机制是什么?
谢谢。
REComSession::ListImplementationsL returns the impelementations in an array, accord to which .rsc files in \resource\plugins contain the certain interface ID. what is the mechanism to determine the order in that array?
thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
基于快速浏览一些 ECOM框架源码是实现按UID3排序。
An educated guess based on quickly browsing some of the ECOM framework source would be that the implementations are sorted by UID3.