Home
last modified time | relevance | path

Searched refs:bNewestEventsFirst (Results 1 – 1 of 1) sorted by relevance

/reactos/base/applications/mscutils/eventvwr/
H A Deventvwr.c110 …BOOL bNewestEventsFirst; /* Sort the displayed events the newest ones first (TRUE) or last (FAL… member
358 Settings.bNewestEventsFirst = TRUE; in LoadSettings()
433 Settings.bNewestEventsFirst = !!(DWORD)_wtoi(buffer); in LoadSettings()
437 Settings.bNewestEventsFirst = !!*(PDWORD)buffer; in LoadSettings()
531 dwSize = sizeof(Settings.bNewestEventsFirst); in SaveSettings()
532 …RegSetValueExW(hKeyEventVwr, L"SortOrder", 0, REG_DWORD, (LPBYTE)&Settings.bNewestEventsFirst, dwS… in SaveSettings()
2118 …dwFlags = EVENTLOG_SEQUENTIAL_READ | (Settings.bNewestEventsFirst ? EVENTLOG_FORWARDS_READ : EVENT… in EnumEventsThread()
3554 if (bNewest != Settings.bNewestEventsFirst) in WndProc()
3556 Settings.bNewestEventsFirst = bNewest; in WndProc()
3674 Settings.bNewestEventsFirst ? IDM_LIST_NEWEST : IDM_LIST_OLDEST, in WndProc()