Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/app/
H A Dsaldata.cxx146 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 Dsaldata.hxx351 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 28 milliseconds