WinBioEnumDatabases 返回错误的值计数
我在 WinBioEnumDatabases 函数周围有一个包装器http://msdn.microsoft.com/en-us/library/dd401507.aspx" rel="nofollow">WBF;但是它返回三个相同数据库(它们具有相同的 ID 和路径就证明了这一点)。路径所指向的位置只有一个物理文件。
有什么想法吗?
I have a wrapper around the WinBioEnumDatabases function in the WBF; however it's returning three of the same databases (as evidenced by the fact that they have the same ID and path). There's only one physical file in the location pointed to by the path.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来不会有答案,所以我实现了一个解决方法,检查以前的数据库的 ID 和路径。如果它们相等,那么我不会将它们添加到用户界面中。愿意接受任何其他答案......
Looks like there's going to be no answers so I've implemented a workaround where I check the previous database's ID and path. If they're both equal then I don't add them in the UI. Willing to accept any other answer though...