Searched refs:WSAEACCES_ (Results 1 – 2 of 2) sorted by relevance
301 case WSAEACCES_: return make_error_condition( permission_denied ); in system_category_default_error_condition_win32()
2628 BOOST_CONSTEXPR_OR_CONST DWORD_ WSAEACCES_ = 10013; variable