Home
last modified time | relevance | path

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

/reactos/base/applications/mscutils/eventvwr/
H A Devtdetctl.h22 #define EVT_DISPLAY (WM_APP + 3) macro
H A Devtdetctl.c822 case EVT_DISPLAY: in EventDetailsCtrl()
H A Deventvwr.c3381 SendMessageW(hwndEventDetails, EVT_DISPLAY, 0, (LPARAM)pnmv->iItem); in WndProc()
4388 SendMessageW(hWndDetailsCtrl, EVT_DISPLAY, 0, (LPARAM)iEventItem); in EventDetails()