Searched refs:__HRESULT_FROM_WIN32 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Installer/InstallHelper/
H A DVBoxGuestInstallHelper.cpp74 hr = __HRESULT_FROM_WIN32(ERROR_INVALID_HANDLE);
88 hr = __HRESULT_FROM_WIN32(ERROR_INVALID_HANDLE);
97 hr = __HRESULT_FROM_WIN32(ERROR_EMPTY);
179 hr = __HRESULT_FROM_WIN32(ERROR_NOT_ENOUGH_MEMORY);
290 hr = __HRESULT_FROM_WIN32(ERROR_FILE_INVALID);
348 hr = __HRESULT_FROM_WIN32(ERROR_NOT_SUPPORTED);
353 hr = __HRESULT_FROM_WIN32(ERROR_FILE_INVALID);
356 hr = __HRESULT_FROM_WIN32(ERROR_FILE_INVALID);
362 hr = __HRESULT_FROM_WIN32(ERROR_NOT_FOUND);
413 hr = __HRESULT_FROM_WIN32(ERROR_NOT_FOUN
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinerror.h93 #define __HRESULT_FROM_WIN32(x) ((HRESULT)(x) > 0 ? ((HRESULT) (((x) & 0x0000FFFF) | (FACILITY_WIN32 << 16) | 0x80000000)) : (HRESULT)(x) ) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinerror.h93 #define __HRESULT_FROM_WIN32(x) ((HRESULT)(x) > 0 ? ((HRESULT) (((x) & 0x0000FFFF) | (FACILITY_WIN32 << 16) | 0x80000000)) : (HRESULT)(x) ) macro

Completed in 101 milliseconds