Searched refs:wMsgFilterMax (Results 1 – 2 of 2) sorted by relevance
/trunk/main/vcl/win/source/app/ |
H A D | saldata.cxx | 146 BOOL ImplGetMessage( LPMSG lpMsg, HWND hWnd, UINT wMsgFilterMin, UINT wMsgFilterMax ) in ImplGetMessage() argument 148 return GetMessageW( lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax ); in ImplGetMessage() 153 BOOL ImplPeekMessage( LPMSG lpMsg, HWND hWnd, UINT wMsgFilterMin, UINT wMsgFilterMax, UINT wRemoveM… in ImplPeekMessage() argument 155 return PeekMessageW( lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax, wRemoveMsg ); in ImplPeekMessage()
|
/trunk/main/vcl/inc/win/ |
H A D | saldata.hxx | 351 BOOL ImplGetMessage( LPMSG lpMsg, HWND hWnd, UINT wMsgFilterMin, UINT wMsgFilterMax ); 352 BOOL ImplPeekMessage( LPMSG lpMsg, HWND hWnd, UINT wMsgFilterMin, UINT wMsgFilterMax, UINT wRemo…
|
Completed in 20 milliseconds