Searched refs:RTErrWinGet (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/win/
H A Derrmsgwin.cpp80 RTDECL(PCRTWINERRMSG) RTErrWinGet(long rc) function
111 return RTErrWinGet((long)rc);
/vbox/include/iprt/
H A Derr.h359 RTDECL(PCRTWINERRMSG) RTErrWinGet(long rc);
/vbox/src/VBox/Runtime/common/string/
H A Dstrformatrt.cpp900 PCRTWINERRMSG pMsg = RTErrWinGet(rc);
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.cpp2486 /* If not found, try again using RTErrWinGet with masked off top 16bit: */
2489 winMsg = RTErrWinGet(rc & 0xFFFF);
2522 /* If not found, try again using RTErrWinGet with masked off top 16bit: */
2525 winMsg = RTErrWinGet(rc & 0xFFFF);

Completed in 77 milliseconds