HomeSort by: relevance | last modified time | path
    Searched refs:ERROR_ELEVATION_REQUIRED (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-error.c 68 ASSERT_EQ(uv_translate_sys_error(ERROR_ELEVATION_REQUIRED), UV_EACCES);
  /src/external/mit/libuv/dist/src/win/
error.c 73 case ERROR_ELEVATION_REQUIRED: return UV_EACCES;
winapi.h 4689 #ifndef ERROR_ELEVATION_REQUIRED
4690 # define ERROR_ELEVATION_REQUIRED 740

Completed in 29 milliseconds