Searched refs:szInfo (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTSystemQueryDmi.cpp48 char szInfo[_4K]; local
50 rc = RTSystemQueryDmiString(RTSYSDMISTR_PRODUCT_NAME, szInfo, sizeof(szInfo));
51 RTTestIPrintf(RTTESTLVL_ALWAYS, "PRODUCT_NAME: \"%s\", rc=%Rrc\n", szInfo, rc);
53 rc = RTSystemQueryDmiString(RTSYSDMISTR_PRODUCT_VERSION, szInfo, sizeof(szInfo));
54 RTTestIPrintf(RTTESTLVL_ALWAYS, "PRODUCT_VERSION: \"%s\", rc=%Rrc\n", szInfo, rc);
56 rc = RTSystemQueryDmiString(RTSYSDMISTR_PRODUCT_UUID, szInfo, sizeof(szInfo));
57 RTTestIPrintf(RTTESTLVL_ALWAYS, "PRODUCT_UUID: \"%s\", rc=%Rrc\n", szInfo, r
[all...]
H A DtstRTSystemQueryOsInfo.cpp54 char szInfo[_4K]; local
56 rc = RTSystemQueryOSInfo(RTSYSOSINFO_PRODUCT, szInfo, sizeof(szInfo));
57 RTTestIPrintf(RTTESTLVL_ALWAYS, "PRODUCT: \"%s\", rc=%Rrc\n", szInfo, rc);
59 rc = RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE, szInfo, sizeof(szInfo));
60 RTTestIPrintf(RTTESTLVL_ALWAYS, "RELEASE: \"%s\", rc=%Rrc\n", szInfo, rc);
62 rc = RTSystemQueryOSInfo(RTSYSOSINFO_VERSION, szInfo, sizeof(szInfo));
63 RTTestIPrintf(RTTESTLVL_ALWAYS, "VERSION: \"%s\", rc=%Rrc\n", szInfo, r
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcpl.h59 CHAR szInfo[64]; member in struct:tagNEWCPLINFOA
71 WCHAR szInfo[64]; member in struct:tagNEWCPLINFOW
H A Dshellapi.h420 CHAR szInfo[256]; member in struct:_NOTIFYICONDATAA
441 WCHAR szInfo[256]; member in struct:_NOTIFYICONDATAW
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dcpl.h59 CHAR szInfo[64]; member in struct:tagNEWCPLINFOA
71 WCHAR szInfo[64]; member in struct:tagNEWCPLINFOW
H A Dshellapi.h418 CHAR szInfo[256]; member in struct:_NOTIFYICONDATAA
439 WCHAR szInfo[256]; member in struct:_NOTIFYICONDATAW
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo.cpp443 char szInfo[256]; local
444 int rc = RTSystemQueryOSInfo(RTSYSOSINFO_PRODUCT, szInfo, sizeof(szInfo));
446 "%s", RT_FAILURE(rc) ? "" : szInfo);
448 rc = RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE, szInfo, sizeof(szInfo));
450 "%s", RT_FAILURE(rc) ? "" : szInfo);
452 rc = RTSystemQueryOSInfo(RTSYSOSINFO_VERSION, szInfo, sizeof(szInfo));
454 "%s", RT_FAILURE(rc) ? "" : szInfo);
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/
H A Dmain.cpp176 char szInfo[64]; local
177 int rc = RTSystemQueryOSInfo (RTSYSOSINFO_RELEASE, szInfo, sizeof(szInfo));
179 && szInfo[0] == '1') /* higher than 1x.x.x */
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxHelpers.cpp309 strcpy(niData.szInfo, pszMsg ? pszMsg : "-");

Completed in 64 milliseconds