GUID生成
VB6 DLL 的 GUID 何时生成?我相信它是在注册 DLL 时自动生成的。不过,我在网上找到了一些 API 参考资料,这些 API 允许您在代码中生成 GUID。
When is the GUID generated for a VB6 DLL? I believe it is generated automatically when a DLL is registered. However, I have found references online to APIs that allow you to generate GUIDs in code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
接口、类型和类 GUID 由编译器创建。但除了组件注册之外,GUID 在 Windows 中还有很多用途,包括数据库表中行的唯一 ID 值。
Interface, type, and class GUIDs are created by the compiler. But GUIDs are used for lots of things in Windows besides component registration, including unique ID values for rows in database tables.