Searched refs:_T (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Installer/
H A DVBoxDrvInst.cpp102 _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 Dwincecompat.h48 #define perror(_t) MessageBox(NULL, _T("_t"), _T("Error/Warning"), MB_OK)
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispProfile.h392 # 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 Dsvcmain.cpp280 TCHAR title[]=_T("Usage");
292 TCHAR title[]=_T("Version");
H A DNetIf-win.cpp1130 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 DVBoxGuestInstallHelper.cpp397 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 Dtchar.h227 #define _T(x) __T(x) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h227 #define _T(x) __T(x) macro
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-win.cpp762 { _T(AUTOSTART_SERVICE_NAME), autostartSvcWinServiceMain },
/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp90 _tprintf(_T("Debug: %s\n"), szBuffer);
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp2409 #define DRIVERHWID _T("sun_VBoxNetAdp")

Completed in 83 milliseconds