什么是 E_POINTER 和 E_INVALIDARG?
我正在尝试编写一个浏览器帮助程序对象..有时我需要返回 E_INVALIDARG 但我不知道这个常量的值是什么。 .net 互操作服务中是否有这些常量的列表?我一直在对象浏览器中搜索名称空间,但找不到它..
或者我不明白我在做什么?有人能指出我正确的方向吗?
I'm trying to write a browser helper object.. and sometimes I need to return E_INVALIDARG but I dont know what the value for this constant is. Is there a list of these constants in .net interop services somewhere? I've been searching the namespace in the object browser and I cant find it..
or do I not understand what I'm doing? Can someone point me in the right direction?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅此处:常见 HRESULT 值。
See here: Common HRESULT values.