Symbian ECOM 返回数组中的实现顺序是什么?

发布于 2024-08-23 22:57:14 字数 124 浏览 2 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情话难免假 2024-08-30 22:57:14

基于快速浏览一些 ECOM框架源码是实现按UID3排序。

An educated guess based on quickly browsing some of the ECOM framework source would be that the implementations are sorted by UID3.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文