Home | History | Annotate | Download | only in base

Lines Matching refs:LPARAM

27                                      LPARAM lParam) {
29 return EventRecorder::current()->RecordWndProc(nCode, wParam, lParam);
33 LPARAM lParam) {
35 return EventRecorder::current()->PlaybackWndProc(nCode, wParam, lParam);
165 LRESULT EventRecorder::RecordWndProc(int nCode, WPARAM wParam, LPARAM lParam) {
172 return ::CallNextHookEx(journal_hook_, nCode, wParam, lParam);
177 return ::CallNextHookEx(journal_hook_, nCode, wParam, lParam);
193 msg_ptr = reinterpret_cast<EVENTMSG*>(lParam);
199 return CallNextHookEx(journal_hook_, nCode, wParam, lParam);
204 LPARAM lParam) {
231 // Copy the mouse or keyboard event to the EVENTMSG structure in lParam.
236 memcpy(reinterpret_cast<void*>(lParam), &playback_msg_,
256 return CallNextHookEx(journal_hook_, nCode, wParam, lParam);