粘贴板管理器参考

发布于 2024-12-01 18:21:40 字数 324 浏览 3 评论 0原文

您好,我有一个旧代码,它使用 scrapref 并使用 GetScrapbyname(kscrapclipboardscrap,kscrapgetnamedscrap,&scrapref); 选择废料;

比使用 getscrapflavourcount 获取风味计数,然后使用 getscrapinfoflavourlist 获取列表

由于上述 API 已弃用,我尝试使用粘贴板管理器替换它们,

但要替换, getscrapflavourcount 替换是 PasteboardCopyItemFlavors ,它使用 itemid,这不是这样的在旧代码中???在这里做什么..

HI i have an old code which uses a scrapref and selects scrap using GetScrapbyname(kscrapclipboardscrap,kscrapgetnamedscrap,&scrapref);

Than it takes the flavour count using getscrapflavourcount and then the list using getscrapinfoflavourlist

As the above API's are deprecated, i am trying to replace them using pasteboard manager

but to replace , getscrapflavourcount the replacement is PasteboardCopyItemFlavors which uses an itemid, which is not theer as such in the old code ??? what to do here ..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

南烟 2024-12-08 18:21:40

Cocoa 和 NSPasteboard(加上 10.6+ 上的 NSPasteboardItem)将是 Pasteboard Manager 的现代等效项(参见 官方文档CocoaDev 为例)。

Cocoa and NSPasteboard (plus NSPasteboardItem on 10.6+) would be the modern equivalents of the Pasteboard Manager (cf. official documentation and CocoaDev for examples).

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