Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/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…

Completed in 21 milliseconds