Searched refs:_T (Results 1 - 11 of 11) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Installer/ |
H A D | VBoxDrvInst.cpp | 102 _sntprintf(pszMsg, dwBufSize / sizeof(TCHAR), _T("Unknown error!\n"), dwLastError); 107 _TCHAR *p = _tcschr(pszMsg, _T('\r')); 109 *p = _T('\0'); 126 _tprintf(_T("(%u) %ws\n"), Event, pEventDescription); 128 _tprintf(_T("(%u) ERROR: %u - %ws\n"), Event, dwError, pEventDescription); 131 fwprintf((FILE*)pCallbackContext, _T("(%u) %u - %s\n"), Event, dwError, pEventDescription); 193 _tprintf(_T("ERROR: Unable to locate DIFxAPI.dll!\n")); 203 _tprintf(_T("ERROR: Unable to retrieve entry point for DriverPackageInstallW!\n")); 212 _tprintf(_T("ERROR: Unable to retrieve entry point for DriverPackageUninstallW!\n")); 222 _tprintf(_T("ERRO [all...] |
/vbox/src/libs/libxml2-2.6.31/win32/wince/ |
H A D | wincecompat.h | 48 #define perror(_t) MessageBox(NULL, _T("_t"), _T("Error/Warning"), MB_OK)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/ |
H A D | VBoxDispProfile.h | 392 # define VBOXDISPPROFILE_FUNCTION_LOGGER_DEFINE(_p, _T, _v) \ 395 VBoxDispProfileScopeLogger<VBoxDispProfileEntry, _T> __vboxDispProfileFunctionLogger(__pVBoxDispProfileEntry, _v); 400 # define VBOXDISPPROFILE_FUNCTION_LOGGER_DEFINE(_p, _T, _v) \ 403 VBoxDispProfileScopeLogger<VBoxDispProfileEntry, _T> __vboxDispProfileFunctionLogger(__pVBoxDispProfileEntry, _v); 415 #define VBOXDISPPROFILE_STATISTIC_LOGGER_DEFINE(_p, _T, _v) \ 416 VBoxDispProfileScopeLogger<VBoxDispProfileFpsCounter, _T> __vboxDispProfileStatisticLogger(_p, _v);
|
/vbox/src/VBox/Main/src-server/win/ |
H A D | svcmain.cpp | 280 TCHAR title[]=_T("Usage"); 292 TCHAR title[]=_T("Version");
|
H A D | NetIf-win.cpp | 1130 Bstr(_T("Creating host only network interface")).raw(), 1182 Bstr(_T("Removing host network interface")).raw(),
|
/vbox/src/VBox/Additions/WINNT/Installer/InstallHelper/ |
H A D | VBoxGuestInstallHelper.cpp | 397 if (VerQueryValue(pFileInfo, _T("\\VarFileInfo\\Translation"), 404 _sntprintf(szQuery, sizeof(szQuery), _T("StringFileInfo\\%04X%04X\\CompanyName"),
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | tchar.h | 227 #define _T(x) __T(x) macro
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | tchar.h | 227 #define _T(x) __T(x) macro
|
/vbox/src/VBox/Frontends/VBoxAutostart/ |
H A D | VBoxAutostart-win.cpp | 762 { _T(AUTOSTART_SERVICE_NAME), autostartSvcWinServiceMain },
|
/vbox/src/VBox/Installer/win/InstallHelper/ |
H A D | VBoxInstallHelper.cpp | 90 _tprintf(_T("Debug: %s\n"), szBuffer);
|
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/ |
H A D | VBoxNetCfg.cpp | 2409 #define DRIVERHWID _T("sun_VBoxNetAdp")
|
Completed in 119 milliseconds