Home
last modified time | relevance | path

Searched refs:ERROR_SHARING_VIOLATION_ (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/system/
Dwindows_error.hpp80 sharing_violation = boost::winapi::ERROR_SHARING_VIOLATION_,
/third_party/boost/boost/system/detail/
Dsystem_category_win32.hpp297 case ERROR_SHARING_VIOLATION_: return make_error_condition( permission_denied ); in system_category_default_error_condition_win32()
/third_party/boost/boost/winapi/
Derror_codes.hpp196 BOOST_CONSTEXPR_OR_CONST DWORD_ ERROR_SHARING_VIOLATION_ = 32; variable