Home | History | Annotate | Download | only in stubs

Lines Matching refs:LPMSG

70     LPMSG lpMsg, HWND hWnd,
72 return GetMessage(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);
76 LPMSG lpMsg, HWND hWnd,
78 return GetMessage_Win32(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);