Lines Matching refs:nMsg
96 MRESULT EXPENTRY SalSysObjWndProc( HWND hWnd, ULONG nMsg, in SalSysObjWndProc() argument
104 debug_printf( "SalSysObjWndProc hWnd 0x%x nMsg %d\n", hWnd, nMsg); in SalSysObjWndProc()
107 switch( nMsg ) in SalSysObjWndProc()
189 nRet = WinDefWindowProc( hWnd, nMsg, nMP1, nMP2 ); in SalSysObjWndProc()
195 MRESULT EXPENTRY SalSysObjChildWndProc( HWND hWnd, ULONG nMsg, in SalSysObjChildWndProc() argument
202 debug_printf( "SalSysObjChildWndProc hWnd 0x%x nMsg %d\n", hWnd, nMsg); in SalSysObjChildWndProc()
205 switch( nMsg ) in SalSysObjChildWndProc()
226 nRet = WinDefWindowProc( hWnd, nMsg, nMP1, nMP2 ); in SalSysObjChildWndProc()
232 MRESULT EXPENTRY SalSysObjClipWndProc( HWND hWnd, ULONG nMsg, in SalSysObjClipWndProc() argument
239 debug_printf( "SalSysObjClipWndProc hWnd 0x%x nMsg %d\n", hWnd, nMsg); in SalSysObjClipWndProc()
242 switch( nMsg ) in SalSysObjClipWndProc()
268 nRet = WinSendMsg( hWndParent, nMsg, nMP1, nMP2 ); in SalSysObjClipWndProc()
301 nRet = WinDefWindowProc( hWnd, nMsg, nMP1, nMP2 ); in SalSysObjClipWndProc()