Home
last modified time | relevance | path

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

/reactos/base/applications/mscutils/eventvwr/
H A Deventvwr.c4311 static HWND hWndGrip = NULL; variable
4341 hWndGrip = CreateWindowW(WC_SCROLLBARW, in EventDetails()
4436 if (((HWND)wParam == hWndGrip) && (LOWORD(lParam) == HTCLIENT)) in EventDetails()
4532 if (hWndGrip && hdwp) in EventDetails()
4534 GetWindowRect(hWndGrip, &rect); in EventDetails()
4538 hWndGrip, in EventDetails()
4550 if (hWndGrip) in EventDetails()
4551 ShowWindow(hWndGrip, (wParam == SIZE_MAXIMIZED) ? SW_HIDE : SW_SHOW); in EventDetails()