How to know what an HRESULT code means?

Use WinDBG.

The debugger include a command called error that can be used to get a textual representation of an HRESULT. Simply pass the HRESULT to the error command and it displays the information.

Example Usage

clip_image002

posted on 2011-10-20 08:44  中道学友  阅读(177)  评论(0编辑  收藏  举报

导航

技术追求准确,态度积极向上