Searched refs:hWndDetailsCtrl (Results 1 – 1 of 1) sorted by relevance
4310 static HWND hWndDetailsCtrl = NULL; // May go into the DWLP_USER variable4326 hWndDetailsCtrl = CreateEventDetailsCtrl(hInst, hDlg, lParam); in EventDetails()4327 if (!hWndDetailsCtrl) in EventDetails()4388 SendMessageW(hWndDetailsCtrl, EVT_DISPLAY, 0, (LPARAM)iEventItem); in EventDetails()4405 ShowWindow(hWndDetailsCtrl, SW_SHOW); in EventDetails()4410 if (IsWindow(hWndDetailsCtrl)) in EventDetails()4411 DestroyWindow(hWndDetailsCtrl); in EventDetails()4412 hWndDetailsCtrl = NULL; in EventDetails()4490 hItemWnd = hWndDetailsCtrl; in EventDetails()