Searched defs:pszNtProductType (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGPlugInWinNt.cpp740 const char *pszNtProductType; local
743 case kNtProductType_WinNt: pszNtProductType = "-WinNT"; break;
744 case kNtProductType_LanManNt: pszNtProductType = "-LanManNT"; break;
745 case kNtProductType_Server: pszNtProductType = "-Server"; break;
746 default: pszNtProductType = ""; break;
749 pThis->f32Bit ? "x86" : "AMD64", pszNtProductType);

Completed in 46 milliseconds