Searched refs:g_hBmpPicture (Results 1 - 1 of 1) sorted by relevance

/httpd/support/win32/
H A DApacheMonitor.c105 HBITMAP g_hBmpPicture, g_hBmpOld; variable
1055 g_hBmpPicture = (HBITMAP)SendMessage(lpdis->hwndItem,
1060 g_hBmpOld = SelectObject(hdcMem, g_hBmpPicture);
1082 if (g_hBmpPicture == g_hBmpStop)
1089 else if (g_hBmpPicture == g_hBmpStart)
1149 g_hBmpPicture = (HBITMAP)SendMessage(hListBox,
1152 if (g_hBmpPicture == g_hBmpStop) {

Completed in 12 milliseconds