码迷,mamicode.com
首页 > Windows程序 > 详细

Windows API 可能会返回 MSDN 文档上没有提到的错误码

时间:2021-02-26 13:03:15      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:flags   invalid   esc   specified   windows   The   pat   strong   window   

例如 _sopen_s 在磁盘空间不够的时候, 宏 errno 就会返回 ENOSPC(28)

 

MSDN 文档时只提到以下错误码

errno valueCondition
EACCES The given path is a directory, or the file is read-only, but an open-for-writing operation was attempted.
EEXIST _O_CREAT and _O_EXCL flags were specified, but filename already exists.
EINVAL Invalid oflag, shflag, or pmode argument, or pfh or filename was a null pointer.
EMFILE No more file descriptors available.
ENOENT File or path not found.

Windows API 可能会返回 MSDN 文档上没有提到的错误码

标签:flags   invalid   esc   specified   windows   The   pat   strong   window   

原文地址:https://www.cnblogs.com/liujx2019/p/14447347.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!