IUrlHistoryStg::BindToObject 方法有什么作用?
我正在寻找一种访问地址栏搜索的方法,以便我可以在当前列表的末尾附加一些个人网址,并且我找到了“IUrlHistoryStg::BindToObject”,但没有链接到它的文档。有谁知道这个方法的作用是什么? 在 msdn 上: http://msdn.microsoft.com /en-us/library/aa767718%28VS.85%29.aspx
I'm looking for a way to access the address bar search so that i can append some personnal url at the end of the current list, and i found 'IUrlHistoryStg::BindToObject' but there is no documention linked to it. Anyone knows what this method does ?
On msdn: http://msdn.microsoft.com/en-us/library/aa767718%28VS.85%29.aspx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它没有被实现,所以它没有做任何事情。这是一个糟糕的主意,没有及时删除,以至于没有将其包含在 SDK 中。
请改用 IShellFolder::BindToObject()。
It's not implemented, so it doesn't do anything. It was a bad idea that didn't get removed in time to not have it be in the SDK.
Use IShellFolder::BindToObject() instead.