Searched refs:wParam (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/Zend/ |
| H A D | zend_execute_API.c | 1338 static LRESULT CALLBACK zend_timeout_WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) /* {{{ */ argument 1345 /* wParam is the thread id pointer, lParam is the timeout amount in seconds */ 1347 KillTimer(timeout_window, wParam); 1352 SetTimer(timeout_window, wParam, lParam*1000, NULL); 1354 tsrm_ls = ts_resource_ex(0, &wParam); 1364 /* wParam is the thread id pointer */ 1365 KillTimer(timeout_window, wParam); 1371 tsrm_ls = ts_resource_ex(0, &wParam); 1377 KillTimer(timeout_window, wParam); 1382 return DefWindowProc(hWnd, message, wParam, lPara [all...] |
Completed in 4 milliseconds