首页 > 代码库 > 英文翻译——2014-12-2
英文翻译——2014-12-2
An application should check the value of the handle returned by CreateFile before attempting to use the handle to access the file. If an error occurs, the handle value will be INVALID_HANDLE_VALUE and the application can use the GetLastError function to get extended error information.
当前程序在用createfile函数访问文件前必须先检查函数句柄返回值,如果函数有错误发生,句柄值为INVALID_HANDLE_VALUE,这时程序可使用GetLastError函数获取更多的错误信息。
英文翻译——2014-12-2
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。