Searched refs:uMinorVer (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/nt/
H A Dsymdb.h41 uint8_t uMinorVer; member in struct:RTNTSDBOSVER
71 if (pInfo1->uMinorVer != pInfo2->uMinorVer)
72 return pInfo1->uMinorVer > pInfo2->uMinorVer ? 1 : -1;
H A Dinitterm-r0drv-nt.cpp111 pOsVerInfo->uMinorVer = (uint8_t)ulMinorVersion;
151 || pSet->OsVerInfo.uMinorVer != pOsVerInfo->uMinorVer
196 pSet->OsVerInfo.uMinorVer,
400 OsVerInfo.uMajorVer, OsVerInfo.uMinorVer, OsVerInfo.uBuildNo, OsVerInfo.fChecked ? "checked" : "free");
405 OsVerInfo.uMajorVer, OsVerInfo.uMinorVer, OsVerInfo.uBuildNo, OsVerInfo.fChecked ? "checked" : "free");
420 || (OsVerInfo.uMajorVer == 6 && OsVerInfo.uMinorVer > 0))
H A DntBldSymDb.cpp287 " /* .uMinorVer = */ %u,\n"
296 pSet->OsVerInfo.uMinorVer,
671 if (!(pOsVerInfo->uMajorVer == 5 && pOsVerInfo->uMinorVer == 0) /* w2k */)
763 uint8_t uMinorVer; member in struct:__anon16673
804 pVerInfo->uMinorVer = s_aSymPacks[iSymPack].uMinorVer;
/vbox/include/iprt/
H A Dldr.h745 uint32_t uMinorVer; member in struct:RTLDRDBGINFO::__anon461::__anon464
/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp1437 DbgInfo.u.Cv.uMinorVer = paDbgDir[i].MinorVersion;
1517 DbgInfo.u.Coff.uMinorVer = paDbgDir[i].MinorVersion;

Completed in 63 milliseconds