湖边的白杨树

探索是一种乐趣

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2012年6月6日

摘要: HRESULTWhat we should know about HRESULT ?- HRSULT is a kind of Data Type ( Long 32bit) which is used for Windows. - It is The return codes used by COM interfaces.- To test an HRESULT value, use the FAILED and SUCCESSED macros.- This type is declared in WinNT.h as follows: typedef LONG HRESULT; Stru 阅读全文
posted @ 2012-06-06 08:29 fdyang 阅读(1518) 评论(0) 推荐(0)