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

/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp5236 ULONG uLogHistoryCount = 3; local
5243 rc = systemProperties->COMGETTER(LogHistoryCount)(&uLogHistoryCount);
5345 for (int i = uLogHistoryCount; i > 0; i--)

Completed in 88 milliseconds