Searched refs:lpMsg (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() 160 LONG ImplDispatchMessage( CONST MSG *lpMsg ) in ImplDispatchMessage() argument 162 return DispatchMessageW( lpMsg ); in ImplDispatchMessage()
|
/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… 353 LONG ImplDispatchMessage( CONST MSG *lpMsg );
|
Completed in 22 milliseconds