Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_execute_API.c1340 static LRESULT CALLBACK zend_timeout_WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)… in zend_timeout_WndProc() argument
1348 if (lParam == 0) { in zend_timeout_WndProc()
1354 SetTimer(timeout_window, wParam, lParam*1000, NULL); in zend_timeout_WndProc()
1384 return DefWindowProc(hWnd, message, wParam, lParam); in zend_timeout_WndProc()
1410 SendMessage(timeout_window, message.message, message.wParam, message.lParam); in timeout_thread_proc()

Completed in 10 milliseconds