Searched refs:lParam (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 */ 1346 if (lParam == 0) { 1352 SetTimer(timeout_window, wParam, lParam*1000, NULL); 1382 return DefWindowProc(hWnd, message, wParam, lParam); 1408 SendMessage(timeout_window, message.message, message.wParam, message.lParam);
|
Completed in 4 milliseconds